diff --git a/CMakeLists.txt b/CMakeLists.txt index ae0be78d..ac128ed6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -27,6 +27,9 @@ endif() if (POLICY CMP0054) cmake_policy(SET CMP0054 NEW) endif() +if (POLICY CMP0074) + cmake_policy(SET CMP0074 NEW) +endif() if(NOT CMAKE_BUILD_TYPE) set(CMAKE_BUILD_TYPE Release