]> granicus.if.org Git - gc/commitdiff
Adjust CMakeLists.txt for Cygwin (set CMAKE_LEGACY_CYGWIN_WIN32).
authorIvan Maidanski <ivmai@mail.ru>
Tue, 13 Sep 2011 17:13:25 +0000 (21:13 +0400)
committerIvan Maidanski <ivmai@mail.ru>
Tue, 13 Sep 2011 17:13:25 +0000 (21:13 +0400)
* CMakeLists.txt (CMAKE_LEGACY_CYGWIN_WIN32): Set to 0 (required for
Cygwin).

CMakeLists.txt

index 0c756fdeb7f9160794890392ff7b13d6141dd24b..356bf5c0954ef02f4c80f6638c238cc834c45296 100644 (file)
@@ -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)