diff options
author | Treeve Jelbert | 2015-04-25 15:41:10 +0200 |
---|---|---|
committer | Treeve Jelbert | 2015-04-25 15:48:11 +0200 |
commit | f6a8f8e7e5d2eb53d47b9469f893e16803d793d4 (patch) | |
tree | 57b677911d354bfdb062651fe33da7ff2bc8a4a2 /CMAKE_CONFIGURE | |
parent | d4cc18d89954ecc1d1bfbc38c306cf335ed822c0 (diff) |
improve cmake builds, allow choice of prefix
prepare for kde5 frameworks/plasma/apps
Diffstat (limited to 'CMAKE_CONFIGURE')
-rwxr-xr-x | CMAKE_CONFIGURE | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CMAKE_CONFIGURE b/CMAKE_CONFIGURE new file mode 100755 index 0000000000..73089ce7af --- /dev/null +++ b/CMAKE_CONFIGURE @@ -0,0 +1,4 @@ +config_query_list CM_BUILD_TYPE 'which build type?' Release Debug RelWithDebInfo +#if is_depends_enabled $SPELL extra-cmake-modules;then + config_query_option CM_TESTS 'build tests?' n "-DBUILD_TESTING=1" "-DBUILD_TESTING=0" +#fi |