From: maier Date: Sat, 20 Oct 2012 13:54:19 +0000 (+0000) Subject: I failed badly. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=46568f3d7e2ffae28fb2f077f75bc45273f47f3f;p=dealii-svn.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