Remove CMP0054

Because the cmake minimum for GLFW is 3.4 setting the policy to new is a
no-op
This commit is contained in:
Juan Ramos 2022-10-28 21:09:20 -06:00
parent c36abe912a
commit 631aa93183

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()