summaryrefslogtreecommitdiffstats
path: root/Modules/Compiler/GNU-CXX-FeatureTests.cmake
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2014-04-04 13:05:10 (GMT)
committerStephen Kelly <steveire@gmail.com>2014-04-08 09:05:57 (GMT)
commitf9d04a96b57ad5f68259b978983289043ae22716 (patch)
treeb428a2248c6ba0bef5fb86a64f7af646bf797e91 /Modules/Compiler/GNU-CXX-FeatureTests.cmake
parent3d76656fb3db56f364bbf7a7655ab1433b72d284 (diff)
downloadCMake-f9d04a96b57ad5f68259b978983289043ae22716.zip
CMake-f9d04a96b57ad5f68259b978983289043ae22716.tar.gz
CMake-f9d04a96b57ad5f68259b978983289043ae22716.tar.bz2
Features: Add cxx_variadic_macros.
Diffstat (limited to 'Modules/Compiler/GNU-CXX-FeatureTests.cmake')
-rw-r--r--Modules/Compiler/GNU-CXX-FeatureTests.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/Modules/Compiler/GNU-CXX-FeatureTests.cmake b/Modules/Compiler/GNU-CXX-FeatureTests.cmake
index a3b4339..df34b7a 100644
--- a/Modules/Compiler/GNU-CXX-FeatureTests.cmake
+++ b/Modules/Compiler/GNU-CXX-FeatureTests.cmake
@@ -60,4 +60,6 @@ set(_cmake_feature_test_cxx_rvalue_references "${GNU43_CXX11}")
set(_cmake_feature_test_cxx_static_assert "${GNU43_CXX11}")
# TODO: Should be supported since GNU 3.4?
set(_cmake_feature_test_cxx_extern_templates "${_oldestSupported} && __cplusplus >= 201103L")
+# TODO: Should be supported forever?
+set(_cmake_feature_test_cxx_variadic_macros "${_oldestSupported} && __cplusplus >= 201103L")
set(_oldestSupported)