From cb3d0554389721097b89a866366f0c5d14655c23 Mon Sep 17 00:00:00 2001 From: David Wells Date: Thu, 23 Mar 2017 17:06:56 -0400 Subject: [PATCH] Remove the deprecated DEAL_II_CXX11_FLAG option. --- cmake/checks/check_01_cxx_features.cmake | 5 ----- doc/news/changes/incompatibilities/20170323DavidWells.1 | 4 ++++ 2 files changed, 4 insertions(+), 5 deletions(-) create mode 100644 doc/news/changes/incompatibilities/20170323DavidWells.1 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) -- 2.39.5