From: Matthias Maier Date: Sat, 20 Oct 2012 13:54:19 +0000 (+0000) Subject: I failed badly. X-Git-Tag: v8.0.0~1079^2~424 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=90ff07790ab502e3562517770fe885c9a01c8bee;p=dealii.git I failed badly. git-svn-id: https://svn.dealii.org/branches/branch_cmake@27153 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 dc8f291403..a5731354ad 100644 --- a/deal.II/cmake/checks/check_for_cxx_features.cmake +++ b/deal.II/cmake/checks/check_for_cxx_features.cmake @@ -35,7 +35,7 @@ IF(NOT DEFINED DEAL_II_HAVE_CXX11_FLAG) IF(DEAL_II_HAVE_CXX11_FLAG) # We have found a CXX11_FLAG that the compiler understands - SET(DEAL_II_CXX11_FLAG "${test_flag}") + SET(DEAL_II_CXX11_FLAG "${test_flag}" CACHE INTERNAL "") BREAK() ELSE() # Remove test result from cache and try the next flag in the list