summaryrefslogtreecommitdiffhomepage
path: root/cmake/opentrack-policy.cmake
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2017-06-19 16:26:33 +0200
committerStanislaw Halik <sthalik@misaki.pl>2017-06-19 16:26:33 +0200
commit897c429175624964dded5daa8ce077b45a7a5107 (patch)
tree55991ed96eea8ef701713e421d269c676c594381 /cmake/opentrack-policy.cmake
parentb454c962f4784ed06908f668b66376600d21dc52 (diff)
cmake: add cache variables
Diffstat (limited to 'cmake/opentrack-policy.cmake')
-rw-r--r--cmake/opentrack-policy.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/opentrack-policy.cmake b/cmake/opentrack-policy.cmake
index 7ded20f7..98f504a1 100644
--- a/cmake/opentrack-policy.cmake
+++ b/cmake/opentrack-policy.cmake
@@ -1,4 +1,4 @@
-foreach(k CMP0020 CMP0058 CMP0028 CMP0042 CMP0063 CMP0053 CMP0011 CMP0054)
+foreach(k CMP0020 CMP0022 CMP0058 CMP0028 CMP0042 CMP0063 CMP0053 CMP0011 CMP0054)
if(POLICY ${k})
cmake_policy(SET ${k} NEW)
endif()