]> https://gitweb.dealii.org/ - dealii.git/commitdiff
CMake: Do not automatically include testsuite subproject on Windows 1295/head
authorMatthias Maier <tamiko@43-1.org>
Thu, 6 Aug 2015 21:43:02 +0000 (16:43 -0500)
committerMatthias Maier <tamiko@43-1.org>
Thu, 6 Aug 2015 21:43:02 +0000 (16:43 -0500)
CMakeLists.txt

index b425ee1f488c430e264a4ee863d77af5396014b7..375ee33e1c7efc46c3b6e9a72f95610ea8cff6dd 100644 (file)
@@ -152,7 +152,8 @@ ADD_SUBDIRECTORY(cmake/config) # has to be included after source
 ADD_SUBDIRECTORY(contrib) # has to be included after source
 ADD_SUBDIRECTORY(examples)
 
-IF(DEAL_II_HAVE_TESTS_DIRECTORY)
+# Do not automatically include the testsuite subproject on Windows.
+IF(DEAL_II_HAVE_TESTS_DIRECTORY AND NOT DEAL_II_MSVC)
   ADD_SUBDIRECTORY(tests)
 ENDIF()
 

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.