mirror of
https://github.com/glfw/glfw.git
synced 2024-11-11 13:03:52 +00:00
Remove CMAKE_LEGACY_CYGWIN_WIN32 CMake option
This was needed for compatibility with CMake versions before 2.8.4.
Related to #2256
(cherry picked from commit 30b91c8b60
)
This commit is contained in:
parent
71dfc3f65c
commit
1b4e126dc0
@ -2,8 +2,6 @@ cmake_minimum_required(VERSION 3.0...3.20 FATAL_ERROR)
|
||||
|
||||
project(GLFW VERSION 3.3.9 LANGUAGES C)
|
||||
|
||||
set(CMAKE_LEGACY_CYGWIN_WIN32 OFF)
|
||||
|
||||
if (POLICY CMP0054)
|
||||
cmake_policy(SET CMP0054 NEW)
|
||||
endif()
|
||||
|
Loading…
Reference in New Issue
Block a user