]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Remove the check for C++11 in step-44. 4229/head
authorDavid Wells <wellsd2@rpi.edu>
Fri, 7 Apr 2017 21:20:52 +0000 (17:20 -0400)
committerDavid Wells <wellsd2@rpi.edu>
Fri, 7 Apr 2017 21:20:52 +0000 (17:20 -0400)
examples/step-44/CMakeLists.txt

index fac9f4ae95601e38395d3fe267f5cceea4832743..77aa8e816470db1548d016c8a13b9ac9fe11cfa9 100644 (file)
@@ -34,17 +34,6 @@ IF(NOT ${deal.II_FOUND})
     )
 ENDIF()
 
-#
-# Are all dependencies fulfilled?
-#
-IF(NOT DEAL_II_WITH_CXX11) # keep in one line
-  MESSAGE(FATAL_ERROR "
-Error! The deal.II library found at ${DEAL_II_PATH} was not configured with
-    DEAL_II_WITH_CXX11 = ON
-This is OFF in your installation but is required for this tutorial step."
-    )
-ENDIF()
-
 DEAL_II_INITIALIZE_CACHED_VARIABLES()
 PROJECT(${TARGET})
 DEAL_II_INVOKE_AUTOPILOT()

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.