10 lines
401 B
Plaintext
10 lines
401 B
Plaintext
message("PRELOADING cache")
|
|
set (BUILD_TESTING ON CACHE BOOL "testing")
|
|
set (WITH_MANPAGES OFF CACHE BOOL "man pages")
|
|
set (CMAKE_BUILD_TYPE "Debug" CACHE STRING "build type")
|
|
set (BUILD_TESTING ON CACHE BOOL "build testing")
|
|
set (WITH_PULSE ON CACHE BOOL "pulse")
|
|
set (WITH_CHANNELS ON CACHE BOOL "channels")
|
|
set (STATIC_CHANNELS ON CACHE BOOL "static channels")
|
|
set (WITH_CUPS ON CACHE BOOL "cups")
|