From 157bdceafbf1b384a8f160600542e6f0307d2449 Mon Sep 17 00:00:00 2001 From: maier Date: Sat, 20 Oct 2012 12:13:31 +0000 Subject: [PATCH] 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 --- deal.II/cmake/checks/check_for_cxx_features.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" ) -- 2.39.5