diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2018-10-29 08:09:42 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2018-10-29 08:25:57 +0000 |
commit | e868cdf022890fee56fd5c4608190d196362b36d (patch) | |
tree | 863e1d39586a376df0f7a152904a317c91721663 /cmake/opentrack-policy.cmake | |
parent | 94747abe17bd669fbbca6ce99977410a4548aee1 (diff) |
cmake: add include guards
Diffstat (limited to 'cmake/opentrack-policy.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 e4fded7a..e86cd284 100644 --- a/cmake/opentrack-policy.cmake +++ b/cmake/opentrack-policy.cmake @@ -1,3 +1,4 @@ +include_guard(GLOBAL) foreach(k CMP0020 CMP0022 CMP0058 CMP0028 CMP0042 CMP0063 CMP0053 CMP0011 CMP0054 CMP0012) if(POLICY ${k}) cmake_policy(SET ${k} NEW) |