b1c5d10feb
* enable testing * build cups * enable x11
7 lines
274 B
Plaintext
7 lines
274 B
Plaintext
message("PRELOADING mac cache")
|
|
set (WITH_MANPAGES OFF CACHE BOOL "man pages")
|
|
set (CMAKE_BUILD_TYPE "Debug" CACHE STRING "build type")
|
|
set (WITH_CUPS ON CACHE BOOL "CUPS printing")
|
|
set (WITH_X11 ON CACHE BOOL "Enable X11")
|
|
set (BUILD_TESTING ON CACHE BOOL "build testing")
|