mirror of
https://github.com/glfw/glfw.git
synced 2025-04-05 16:31:59 +00:00
cmake: Remove CMAKE_LEGACY_CYGWIN_WIN32
Not needed anymore
This commit is contained in:
parent
728dc6a1a5
commit
058c3401cf
@ -2,8 +2,6 @@ cmake_minimum_required(VERSION 3.4...3.20 FATAL_ERROR)
|
||||
|
||||
project(GLFW VERSION 3.4.0 LANGUAGES C)
|
||||
|
||||
set(CMAKE_LEGACY_CYGWIN_WIN32 OFF)
|
||||
|
||||
if (POLICY CMP0069)
|
||||
cmake_policy(SET CMP0069 NEW)
|
||||
endif()
|
||||
|
Loading…
Reference in New Issue
Block a user