diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2017-06-19 16:26:33 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2017-06-19 16:26:33 +0200 |
commit | 897c429175624964dded5daa8ce077b45a7a5107 (patch) | |
tree | 55991ed96eea8ef701713e421d269c676c594381 /cmake/opentrack-policy.cmake | |
parent | b454c962f4784ed06908f668b66376600d21dc52 (diff) |
cmake: add cache variables
Diffstat (limited to 'cmake/opentrack-policy.cmake')
-rw-r--r-- | cmake/opentrack-policy.cmake | 2 |
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() |