From 1b4e126dc091e69a7742ae3048b08e8d90ae275a Mon Sep 17 00:00:00 2001 From: Juan Ramos Date: Sat, 21 Jan 2023 11:30:56 -0700 Subject: [PATCH] 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 30b91c8b60a29d2c921bee494542b980710b59a7) --- CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 65c98ed0..50b62e5a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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()