Skip to content
Snippets Groups Projects
Commit 0af2f6d6 authored by Christoph Grüninger's avatar Christoph Grüninger
Browse files

[cmake] Drop 11 in filename of CheckCXX11Feature.cmake

parent cf15bfed
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@ set(modules
AddParMETISFlags.cmake
AddPTScotchFlags.cmake
AddUMFPackFlags.cmake
CheckCXX11Features.cmake
CheckCXXFeatures.cmake
DuneBoost.cmake
DuneCMakePackageConfigHelpers.cmake
DuneCommonMacros.cmake
......
......@@ -619,8 +619,8 @@ macro(dune_project)
endif (APPLE)
endif(DUNE_USE_ONLY_STATIC_LIBS)
# set required compiler flags for C++11 (former C++0x)
include(CheckCXX11Features)
# check for C++ features, set compiler flags for C++14 or C++11 mode
include(CheckCXXFeatures)
include(DuneCxaDemangle)
......
......@@ -4,7 +4,7 @@ MODULES = \
AddParMETISFlags.cmake \
AddPTScotchFlags.cmake \
AddUMFPackFlags.cmake \
CheckCXX11Features.cmake \
CheckCXXFeatures.cmake \
DuneBoost.cmake \
DuneCMakePackageConfigHelpers.cmake \
DuneCommonMacros.cmake \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment