mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-17 14:42:01 +01:00
14 lines
345 B
Diff
14 lines
345 B
Diff
diff --git a/ImageLounge/CMakeLists.txt b/ImageLounge/CMakeLists.txt
|
|
index 9371d0b..8e02d21 100644
|
|
--- a/ImageLounge/CMakeLists.txt
|
|
+++ b/ImageLounge/CMakeLists.txt
|
|
@@ -189,7 +189,7 @@ if (ENABLE_INCREMENTER AND Python_FOUND)
|
|
|
|
endif()
|
|
|
|
-if (Python_FOUND)
|
|
+if (false)
|
|
|
|
add_custom_command(
|
|
TARGET ${DLL_CORE_NAME} PRE_BUILD
|