CMake: enable CMP0177 policy to normalize desintion paths
The deprecated functionality will be removed eventually, enable the new functionality.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user