diff options
-rw-r--r-- | CMakeLists.txt | 1 | ||||
-rw-r--r-- | cmake/opentrack-policy.cmake | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 448d7667..601175b5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -60,6 +60,7 @@ endif() include(CMakeParseArguments) +include(opentrack-policy) include(opentrack-load-user-settings) include(opentrack-mrproper) diff --git a/cmake/opentrack-policy.cmake b/cmake/opentrack-policy.cmake index 209ef529..6426cf87 100644 --- a/cmake/opentrack-policy.cmake +++ b/cmake/opentrack-policy.cmake @@ -13,6 +13,7 @@ set(_policies CMP0012 CMP0069 CMP0063 + CMP0082 ) foreach(k ${_policies}) if(POLICY ${k}) |