forked from pool/marble
b1d17dc52f
New marble package, was in kdeedu4 OBS-URL: https://build.opensuse.org/request/show/77069 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/marble?expand=0&rev=1
12 lines
612 B
Diff
12 lines
612 B
Diff
--- marble/CMakeLists.txt 2008/01/04 14:06:26 1.1
|
|
+++ marble/CMakeLists.txt 2008/01/04 14:06:46
|
|
@@ -75,7 +75,7 @@
|
|
|
|
set (PEDANTIC FALSE CACHE BOOL "Determines if we should compile with -Wall -Werror.")
|
|
set (ENABLE_TESTS FALSE CACHE BOOL "Build unit tests?")
|
|
-set (WITH_DESIGNER_PLUGIN FALSE CACHE BOOL "Build designer plugin?")
|
|
+set (WITH_DESIGNER_PLUGIN TRUE CACHE BOOL "Build designer plugin?")
|
|
if (QTONLY)
|
|
set(LIB_SUFFIX "" CACHE STRING "Define suffix of directory name (32/64)" )
|
|
set(EXEC_INSTALL_PREFIX ${CMAKE_INSTALL_PREFIX} CACHE PATH "Base directory for executables and libraries" FORCE)
|