We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e6f8ee commit 90d718bCopy full SHA for 90d718b
CMakeLists.txt
@@ -28,7 +28,7 @@ enable_testing()
28
find_package(Qt6 COMPONENTS Core Gui Qml Quick ShaderTools Test REQUIRED)
29
find_package(PkgConfig REQUIRED)
30
pkg_check_modules(MLITE mlite6 IMPORTED_TARGET)
31
-pkg_check_modules(GLACIER glacierapp6 IMPORTED_TARGET)
+pkg_check_modules(GLACIER glacierapp IMPORTED_TARGET)
32
33
if(MLITE_FOUND)
34
add_definitions(-DHAVE_MLITE=1)
0 commit comments