From edf15ff9dd7120e51a293b28cc03e7a1332b8e03 Mon Sep 17 00:00:00 2001 From: David Wells Date: Fri, 7 Apr 2017 17:20:52 -0400 Subject: [PATCH] Remove the check for C++11 in step-44. --- examples/step-44/CMakeLists.txt | 11 ----------- 1 file changed, 11 deletions(-) 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() -- 2.39.5