diff --git a/CMakeLists.txt b/CMakeLists.txt index 1e54976f..a08a9635 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -19,7 +19,8 @@ # # ############################################################################## -cmake_minimum_required(VERSION 3.0.2 FATAL_ERROR) +cmake_minimum_required(VERSION 3.3.2 FATAL_ERROR) +cmake_policy(SET CMP0057 NEW) if(POLICY CMP0074) cmake_policy(SET CMP0074 NEW) endif()