diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2017-02-24 16:28:42 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2017-02-24 16:28:42 +0100 |
commit | a024a784e2e2eff4afebc8e996f1c81abcd55ac0 (patch) | |
tree | 1c2af03d48f28b515de68afc26c2054671fa596b /cmake/opentrack-policy.cmake | |
parent | e3247cedd65a60d3dc65439d8054c31f772c30bd (diff) |
cmake/i18n: fix dependencies
Was broken on Unix make.
Diffstat (limited to 'cmake/opentrack-policy.cmake')
-rw-r--r-- | cmake/opentrack-policy.cmake | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/cmake/opentrack-policy.cmake b/cmake/opentrack-policy.cmake index 6416c535..2d88e218 100644 --- a/cmake/opentrack-policy.cmake +++ b/cmake/opentrack-policy.cmake @@ -17,3 +17,11 @@ endif() if(POLICY CMP0063) cmake_policy(SET CMP0063 NEW) endif() + +if(POLICY CMP0053) + cmake_policy(SET CMP0053 OLD) +endif() + +if(POLICY CMP0011) + cmake_policy(SET CMP0011 NEW) +endif() |