diff --git a/CMakeLists.txt b/CMakeLists.txt index 4b59c67e319..fe942083e76 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -100,6 +100,11 @@ if(POLICY CMP0119) cmake_policy(SET CMP0119 NEW) endif() +# Install DESTINATION paths are normalized. +if(POLICY CMP0177) + cmake_policy(SET CMP0177 NEW) +endif() + # ----------------------------------------------------------------------------- # Load Blender's Local Macros