From 7f0a7a00e45406e2326fadb74943eeaac3dabccf Mon Sep 17 00:00:00 2001 From: Ivan Maidanski Date: Tue, 13 Sep 2011 21:13:25 +0400 Subject: [PATCH] Adjust CMakeLists.txt for Cygwin (set CMAKE_LEGACY_CYGWIN_WIN32). * CMakeLists.txt (CMAKE_LEGACY_CYGWIN_WIN32): Set to 0 (required for Cygwin). --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0c756fde..356bf5c0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -21,6 +21,8 @@ # this will generate gc.sln # +SET(CMAKE_LEGACY_CYGWIN_WIN32 0) # Remove when CMake >= 2.8.4 is required + PROJECT(gc) CMAKE_MINIMUM_REQUIRED(VERSION 2.6) -- 2.40.0