From c7a81511aad584e6cdd96e3560d723dad1a73d27 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Fri, 14 Sep 2012 23:59:43 +0000 Subject: [PATCH] Fix name of standard. git-svn-id: https://svn.dealii.org/branches/branch_cmake@26397 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/CMakeLists.txt b/deal.II/CMakeLists.txt index 5ce11706d0..6f7eeae371 100644 --- a/deal.II/CMakeLists.txt +++ b/deal.II/CMakeLists.txt @@ -224,7 +224,7 @@ INCLUDE(configure_deal_ii) # # CMAKE_C_FLAGS and CMAKE_CXX_FLAGS (uncached) # -# for setting necessary compiler flags, e.g. -std=c++0x (if available). +# for setting necessary compiler flags, e.g. -std=c++11 (if available). # Note: Uncached variables are not visible to the user, and cannot be # altered. # -- 2.39.5