summaryrefslogtreecommitdiffhomepage
path: root/cmake
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2021-05-14 17:38:40 +0200
committerStanislaw Halik <sthalik@misaki.pl>2021-05-14 17:40:30 +0200
commit8f830f974f0fabb7f4ce839dcc581cd68542de9c (patch)
treedd63c60f2c379308f31cb585656c040bebe2d083 /cmake
parent8a837eeb606e7fe83ac240bd6e1c4997ccfbb6ec (diff)
cmake: silence warning
Diffstat (limited to 'cmake')
-rw-r--r--cmake/opentrack-policy.cmake1
1 files changed, 1 insertions, 0 deletions
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})