summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
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 48120389..7cc67c1b 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -10,6 +10,8 @@ cmake_policy(SET CMP0048 NEW)
10cmake_policy(SET CMP0053 NEW) 10cmake_policy(SET CMP0053 NEW)
11cmake_policy(SET CMP0063 NEW) 11cmake_policy(SET CMP0063 NEW)
12 12
13option(EXPERIMENTAL_VIEWS "Install experimental views" OFF)
14
13include(CPack) 15include(CPack)
14include(FeatureSummary) 16include(FeatureSummary)
15find_package(PkgConfig REQUIRED) 17find_package(PkgConfig REQUIRED)