mirror of
https://github.com/glfw/glfw.git
synced 2025-04-06 05:55:09 +00:00
parent
bb2ca1da13
commit
df7f36a316
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ project(GLFW C)
|
|||
|
||||
set(CMAKE_LEGACY_CYGWIN_WIN32 OFF)
|
||||
|
||||
if (NOT CMAKE_VERSION VERSION_LESS "3.1")
|
||||
if (POLICY CMP0054)
|
||||
cmake_policy(SET CMP0054 NEW)
|
||||
endif()
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue