From: David Wells Date: Fri, 7 Apr 2017 21:20:52 +0000 (-0400) Subject: Remove the check for C++11 in step-44. X-Git-Tag: v9.0.0-rc1~1717^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=edf15ff9dd7120e51a293b28cc03e7a1332b8e03;p=dealii.git Remove the check for C++11 in step-44. --- diff --git a/examples/step-44/CMakeLists.txt b/examples/step-44/CMakeLists.txt index fac9f4ae95..77aa8e8164 100644 --- a/examples/step-44/CMakeLists.txt +++ b/examples/step-44/CMakeLists.txt @@ -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()