chore: remove duplicate cmake policy directive from bad merge

This commit is contained in:
Nicholas Dudfield
2025-05-15 08:57:42 +07:00
parent 637d626518
commit 257c46ec9c

View File

@@ -9,9 +9,6 @@ endif()
if(POLICY CMP0077)
cmake_policy(SET CMP0077 NEW)
endif()
if(POLICY CMP0144)
cmake_policy(SET CMP0144 NEW)
endif()
# Fix "unrecognized escape" issues when passing CMAKE_MODULE_PATH on Windows.
file(TO_CMAKE_PATH "${CMAKE_MODULE_PATH}" CMAKE_MODULE_PATH)