From: David Wells Date: Thu, 23 Mar 2017 21:06:56 +0000 (-0400) Subject: Remove the deprecated DEAL_II_CXX11_FLAG option. X-Git-Tag: v9.0.0-rc1~1747^2~3 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cb3d0554389721097b89a866366f0c5d14655c23;p=dealii.git Remove the deprecated DEAL_II_CXX11_FLAG option. --- diff --git a/cmake/checks/check_01_cxx_features.cmake b/cmake/checks/check_01_cxx_features.cmake index 8091f653a1..fa7b3d31c4 100644 --- a/cmake/checks/check_01_cxx_features.cmake +++ b/cmake/checks/check_01_cxx_features.cmake @@ -35,11 +35,6 @@ # # ######################################################################## -# -# backwards compatibility with the old DEAL_II_CXX11_FLAG option -# -SET_IF_EMPTY(DEAL_II_CXX_VERSION_FLAG "${DEAL_II_CXX11_FLAG}") - # # Check the user supplied DEAL_II_CXX_VERSION_FLAG # diff --git a/doc/news/changes/incompatibilities/20170323DavidWells.1 b/doc/news/changes/incompatibilities/20170323DavidWells.1 new file mode 100644 index 0000000000..5c58f13330 --- /dev/null +++ b/doc/news/changes/incompatibilities/20170323DavidWells.1 @@ -0,0 +1,4 @@ +Removed: The deprecated CMake flag DEAL_II_CXX11_FLAG has been +removed. +
+(David Wells, 2017/03/23)