From 6cbd1c0fc8d5cd4e0af5d82d3d9929e2bd1f36ee Mon Sep 17 00:00:00 2001 From: Allen Winter Date: Sat, 3 Aug 2019 12:04:06 -0400 Subject: CMakeLists.txt - fix build - overeager cherry-pick from master --- CMakeLists.txt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'CMakeLists.txt') 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 ######################## -- cgit v1.2.1