mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-05 05:57:14 +02:00
14 lines
354 B
Diff
14 lines
354 B
Diff
diff --git a/gmic-qt/CMakeLists.txt b/gmic-qt/CMakeLists.txt
|
|
index 6c76f54..d0fb719 100644
|
|
--- a/gmic-qt/CMakeLists.txt
|
|
+++ b/gmic-qt/CMakeLists.txt
|
|
@@ -142,7 +142,8 @@ endif()
|
|
# Gmic
|
|
#
|
|
if (ENABLE_SYSTEM_GMIC)
|
|
- find_package(Gmic REQUIRED CONFIG)
|
|
+ set(GMIC_LIB_PATH /usr/lib)
|
|
+ #find_package(Gmic REQUIRED CONFIG)
|
|
endif (ENABLE_SYSTEM_GMIC)
|
|
|
|
#
|