Make C++ feature checks extensible
Turn the feature check for cxx11_unordered_map into a function such that we can use it for other features as well. Drop the 11 suffix, as we may want to check features from other standards.
Showing
- CMakeLists.txt 1 addition, 1 deletionCMakeLists.txt
- Source/Checks/cm_cxx11_unordered_map.cmake 0 additions, 25 deletionsSource/Checks/cm_cxx11_unordered_map.cmake
- Source/Checks/cm_cxx_features.cmake 36 additions, 0 deletionsSource/Checks/cm_cxx_features.cmake
- Source/Checks/cm_cxx_unordered_map.cxx 0 additions, 0 deletionsSource/Checks/cm_cxx_unordered_map.cxx
- Source/cmConfigure.cmake.h.in 1 addition, 1 deletionSource/cmConfigure.cmake.h.in
- Source/cmDefinitions.h 2 additions, 2 deletionsSource/cmDefinitions.h
- Source/cmFileTimeComparison.cxx 3 additions, 3 deletionsSource/cmFileTimeComparison.cxx
- Source/cmGlobalGenerator.h 2 additions, 2 deletionsSource/cmGlobalGenerator.h
- Source/cmMakefile.h 3 additions, 3 deletionsSource/cmMakefile.h
- Source/cmTarget.h 2 additions, 2 deletionsSource/cmTarget.h
Loading
Please register or sign in to comment