cmake: No need to set CMP0054

This commit is contained in:
Juan Ramos 2023-01-21 11:30:13 -07:00
parent 57cbded076
commit 728dc6a1a5

View File

@ -4,10 +4,6 @@ project(GLFW VERSION 3.4.0 LANGUAGES C)
set(CMAKE_LEGACY_CYGWIN_WIN32 OFF)
if (POLICY CMP0054)
cmake_policy(SET CMP0054 NEW)
endif()
if (POLICY CMP0069)
cmake_policy(SET CMP0069 NEW)
endif()