From 46568f3d7e2ffae28fb2f077f75bc45273f47f3f Mon Sep 17 00:00:00 2001 From: maier Date: Sat, 20 Oct 2012 13:54:19 +0000 Subject: [PATCH] I failed badly. git-svn-id: https://svn.dealii.org/branches/branch_cmake@27153 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 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 -- 2.39.5