diff --git a/CMakeLists.txt b/CMakeLists.txt index da7fb268..8d2e049b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,6 +7,9 @@ if(COMMAND cmake_policy) if(POLICY CMP0042) cmake_policy(SET CMP0042 NEW) endif() + if(POLICY CMP0067) + cmake_policy(SET CMP0067 NEW) + endif() endif()