diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2017-08-14 19:39:42 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2017-08-14 19:39:42 +0200 |
commit | 68211946cb54721fcd865a395e8b6caeb3d76bf8 (patch) | |
tree | 7c8e450871e4ac1495926fb0a62e2f6c37f325b8 /cmake/opentrack-policy.cmake | |
parent | f2236891202f70b3b964b851ba98890fd7ca7a91 (diff) |
cmake: preliminary support for clang with vc++ codegen
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 98f504a1..e4fded7a 100644 --- a/cmake/opentrack-policy.cmake +++ b/cmake/opentrack-policy.cmake @@ -1,4 +1,4 @@ -foreach(k CMP0020 CMP0022 CMP0058 CMP0028 CMP0042 CMP0063 CMP0053 CMP0011 CMP0054) +foreach(k CMP0020 CMP0022 CMP0058 CMP0028 CMP0042 CMP0063 CMP0053 CMP0011 CMP0054 CMP0012) if(POLICY ${k}) cmake_policy(SET ${k} NEW) endif() |