Remove CMAKE_LEGACY_CYGWIN_WIN32 CMake option

This was needed for compatibility with CMake versions before 2.8.4.

Related to #2256
This commit is contained in:
Juan Ramos 2023-01-21 11:30:56 -07:00 committed by Camilla Löwy
parent e0ae1c45df
commit 30b91c8b60

View File

@ -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()