mirror of
https://github.com/glfw/glfw.git
synced 2025-06-08 00:34:56 +00:00
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:
parent
c36abe912a
commit
631aa93183
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user