CMake: enable CMP0177 policy to normalize desintion paths

The deprecated functionality will be removed eventually,
enable the new functionality.
This commit is contained in:
Campbell Barton
2025-01-06 17:56:07 +11:00
parent ebf41cf047
commit f581ff46a1

View File

@@ -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