]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Bugfix
authormaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 10 Oct 2012 13:42:41 +0000 (13:42 +0000)
committermaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 10 Oct 2012 13:42:41 +0000 (13:42 +0000)
git-svn-id: https://svn.dealii.org/branches/branch_cmake@27051 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/cmake/checks/check_for_compiler_bugs.cmake

index 99a484a5c4854097673bd7f112792cf86f7fb28a..5fa416e4dbbf1558398ea23295908ad36c8c0a89 100644 (file)
@@ -128,12 +128,13 @@ ENDIF()
 
 
 #
-# Disable shared libraries on cygwin targets for the moment. Shared
-# libraries on Windows are a bit buggy atm.
+# Disable shared libraries on CYGWIN and Windows targets for the moment.
+# Our support for shared libraries on Windows is a bit buggy atm..
 #
 # - Matthias Maier, 2012
 #
-IF(CMAKE_SYSTEM_NAME MATCHES "CYGWIN")
+IF( CMAKE_SYSTEM_NAME MATCHES "CYGWIN" OR
+    CMAKE_SYSTEM_NAME MATCHES "Windows" )
   MESSAGE(WARNING "\n"
     "BUILD_SHARED_LIBS forced to OFF\n\n"
     )

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.