From: maier Date: Fri, 28 Sep 2012 12:42:45 +0000 (+0000) Subject: Disable std=c++11 for now (until I've figured out why it is exploding...) X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1e95e52d9e6b1bd416e1c6eb75e7421026262f5f;p=dealii-svn.git Disable std=c++11 for now (until I've figured out why it is exploding...) git-svn-id: https://svn.dealii.org/branches/branch_cmake@26833 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/cmake/checks/check_for_cxx_features.cmake b/deal.II/cmake/checks/check_for_cxx_features.cmake index 4d6245face..86d42a0931 100644 --- a/deal.II/cmake/checks/check_for_cxx_features.cmake +++ b/deal.II/cmake/checks/check_for_cxx_features.cmake @@ -19,7 +19,7 @@ CHECK_CXX_SOURCE_COMPILES( # See if there is a compiler flag to enable C++11 features # FOREACH(test_flag - "-std=c++11" + # "-std=c++11" "-std=c++0x" )