summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAllen Winter <allen.winter@kdab.com>2019-08-03 12:04:06 -0400
committerAllen Winter <allen.winter@kdab.com>2019-08-03 12:04:06 -0400
commit6cbd1c0fc8d5cd4e0af5d82d3d9929e2bd1f36ee (patch)
treeb01c5075165123a25aeb7c219260d5e46aa1087c
parent85431e31dabe6e58e6d02b589de53a8060f75105 (diff)
downloadlibical-git-6cbd1c0fc8d5cd4e0af5d82d3d9929e2bd1f36ee.tar.gz
CMakeLists.txt - fix build - overeager cherry-pick from master
-rw-r--r--CMakeLists.txt7
1 files changed, 6 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index bcb9fefd..dd6fffc0 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -570,7 +570,12 @@ if(SIZEOF_TIME_T EQUAL 4)
set(USE_32BIT_TIME_T TRUE)
endif()
-libical_option(LIBICAL_BUILD_TESTING "Build tests." True)
+option(LIBICAL_BUILD_TESTING "Build tests." True)
+add_feature_info(
+ "Option LIBICAL_BUILD_TESTING"
+ LIBICAL_BUILD_TESTING
+ "build tests"
+)
################# build subdirs ########################