diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2021-05-14 17:38:40 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2021-05-14 17:40:30 +0200 |
commit | 8f830f974f0fabb7f4ce839dcc581cd68542de9c (patch) | |
tree | dd63c60f2c379308f31cb585656c040bebe2d083 | |
parent | 8a837eeb606e7fe83ac240bd6e1c4997ccfbb6ec (diff) |
cmake: silence warning
-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}) |