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 /cmake | |
| parent | 8a837eeb606e7fe83ac240bd6e1c4997ccfbb6ec (diff) | |
cmake: silence warning
Diffstat (limited to 'cmake')
| -rw-r--r-- | cmake/opentrack-policy.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/opentrack-policy.cmake b/cmake/opentrack-policy.cmake index 209ef529b..6426cf872 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}) |
