Removed Cygwin cross-compilation hacks.

This commit is contained in:
Camilla Berglund
2011-11-03 00:13:49 +01:00
parent 8117f4e48d
commit 85982b2985
5 changed files with 2 additions and 38 deletions

View File

@@ -32,10 +32,3 @@ if(MSVC)
LINK_FLAGS "/ENTRY:mainCRTStartup")
endif(MSVC)
if(CYGWIN)
# Set cross-compile and subsystem compile and link flags
set_target_properties(${WINDOWS_BINARIES} PROPERTIES
COMPILE_FLAGS "-mno-cygwin"
LINK_FLAGS "-mno-cygwin -mwindows")
endif(CYGWIN)