mirror of
https://github.com/glfw/glfw.git
synced 2025-04-04 16:02:02 +00:00
cmake: No need to set CMP0054
This commit is contained in:
parent
57cbded076
commit
728dc6a1a5
@ -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