summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorNicolas Fella <nicolas.fella@gmx.de>2019-08-02 17:18:28 +0200
committerNicolas Fella <nicolas.fella@gmx.de>2019-08-02 17:18:28 +0200
commit2134957368eff2d5097b3363abcdce79fb977263 (patch)
tree4ffd5e3dfbb808c49af7fb7c00d85c43c780aa57 /CMakeLists.txt
parent56dcedfde45102b51f34280b05e090a152ddf4f6 (diff)
downloadlibical-git-2134957368eff2d5097b3363abcdce79fb977263.tar.gz
Add option to not build tests
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 8298336c..0c3a5ab3 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -530,6 +530,8 @@ if(ENABLE_LTO_BUILD)
endif()
endif()
+libical_option(BUILD_TESTING "Build tests." True)
+
################# build subdirs ########################
add_subdirectory(design-data)