diff options
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index ad1e61c..e6c71c6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,13 @@ cmake_minimum_required(VERSION 2.6) + +if (POLICY CMP0053) +cmake_policy(SET CMP0053 OLD) +endif () + +if (POLICY CMP0054) +cmake_policy(SET CMP0054 OLD) +endif () + project(uca C) #{{{ CMake |