From: Matthias Maier Date: Wed, 19 Sep 2012 10:02:35 +0000 (+0000) Subject: Bugfix. Check for the correct platform... X-Git-Tag: v8.0.0~1079^2~794 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=65a59ecbfc8eef8b17dbd81bc6f939e6d338e436;p=dealii.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... #