diff --git a/CMakeLists.txt b/CMakeLists.txt index f8fff8c250..5eecb036ec 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -87,7 +87,7 @@ if(POLICY CMP0042) endif() if(POLICY CMP0046) - cmake_policy(SET CMP0046 OLD) + cmake_policy(SET CMP0046 NEW) endif() if(POLICY CMP0051)