From: maier Date: Wed, 19 Sep 2012 10:02:35 +0000 (+0000) Subject: Bugfix. Check for the correct platform... X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dbf6699ee1da67506bbec48110107997d27f3d55;p=dealii-svn.git Bugfix. Check for the correct platform... git-svn-id: https://svn.dealii.org/branches/branch_cmake@26496 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/contrib/cmake/setup_compiler_flags_gnu.cmake b/deal.II/contrib/cmake/setup_compiler_flags_gnu.cmake index e64207c715..81572b975a 100644 --- a/deal.II/contrib/cmake/setup_compiler_flags_gnu.cmake +++ b/deal.II/contrib/cmake/setup_compiler_flags_gnu.cmake @@ -81,7 +81,7 @@ IF(CMAKE_SYSTEM_NAME MATCHES "Darwin") ENDIF() -IF(CMAKE_SYSTEM_NAME MATCHES "Linux") # TODO: Check for correct name +IF(CMAKE_SYSTEM_NAME MATCHES "CYGWIN") # TODO: Check for correct name # # TODO: Is this flag still necessary? Sound pretty invasive... #