diff options
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
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) | |||
10 | cmake_policy(SET CMP0053 NEW) | 10 | cmake_policy(SET CMP0053 NEW) |
11 | cmake_policy(SET CMP0063 NEW) | 11 | cmake_policy(SET CMP0063 NEW) |
12 | 12 | ||
13 | option(EXPERIMENTAL_VIEWS "Install experimental views" OFF) | ||
14 | |||
13 | include(CPack) | 15 | include(CPack) |
14 | include(FeatureSummary) | 16 | include(FeatureSummary) |
15 | find_package(PkgConfig REQUIRED) | 17 | find_package(PkgConfig REQUIRED) |