From: bangerth Date: Fri, 14 Sep 2012 23:59:43 +0000 (+0000) Subject: Fix name of standard. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=42a921b12b8b8ee4cfe6dd4c2dabbdda6fbc03e5;p=dealii-svn.git Fix name of standard. git-svn-id: https://svn.dealii.org/branches/branch_cmake@26397 0785d39b-7218-0410-832d-ea1e28bc413d --- 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. #