From: maier Date: Sat, 20 Oct 2012 12:13:31 +0000 (+0000) Subject: Bugfix: Add -std=c++11 to the candidate pool of possible c++11 flags X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=157bdceafbf1b384a8f160600542e6f0307d2449;p=dealii-svn.git Bugfix: Add -std=c++11 to the candidate pool of possible c++11 flags git-svn-id: https://svn.dealii.org/branches/branch_cmake@27151 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 f68e14ee30..adb67c9c99 100644 --- a/deal.II/cmake/checks/check_for_cxx_features.cmake +++ b/deal.II/cmake/checks/check_for_cxx_features.cmake @@ -27,7 +27,7 @@ # See if there is a compiler flag to enable C++11 features # FOREACH(test_flag - # "-std=c++11" + "-std=c++11" "-std=c++0x" )