diff --git a/CMakeLists_template.txt b/CMakeLists_template.txt index 4e84928b7abb417ad2df67ccf7bd5bf7ad02a1eb..b8e31529df79c62e4242b63e6e27b58d509bfa57 100755 --- a/CMakeLists_template.txt +++ b/CMakeLists_template.txt @@ -1,6 +1,7 @@ # Pre-requisites about cmake itself CMAKE_MINIMUM_REQUIRED(VERSION 2.4) + if(COMMAND cmake_policy) cmake_policy(SET CMP0005 NEW) cmake_policy(SET CMP0003 NEW)