Set CMake POLICY CMP0177 to NEW

This commit is contained in:
Sean McBride 2025-07-04 09:39:57 -04:00 committed by Antonio Sánchez
parent 849a336243
commit ac1b29f823

View File

@ -29,6 +29,11 @@ if (POLICY CMP0146)
cmake_policy(SET CMP0146 OLD) cmake_policy(SET CMP0146 OLD)
endif () endif ()
# Normalize DESTINATION paths
if (POLICY CMP0177)
cmake_policy(SET CMP0177 NEW)
endif ()
#============================================================================== #==============================================================================
# CMake Project. # CMake Project.
#============================================================================== #==============================================================================