From: Ivan Maidanski Date: Tue, 13 Sep 2011 17:13:25 +0000 (+0400) Subject: Adjust CMakeLists.txt for Cygwin (set CMAKE_LEGACY_CYGWIN_WIN32). X-Git-Tag: gc7_3alpha2~359 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3c7a330d5b971cf4757368c46f7af4cd0546bfec;p=gc Adjust CMakeLists.txt for Cygwin (set CMAKE_LEGACY_CYGWIN_WIN32). * CMakeLists.txt (CMAKE_LEGACY_CYGWIN_WIN32): Set to 0 (required for Cygwin). --- 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)