summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2014-05-12 13:31:06 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2014-05-12 13:31:06 (GMT)
commitf20bb8f00371e932a481f5a84e3418cb47cdb041 (patch)
tree7e08f5c4f6c687c3f9ecc43c589bd38ec9b1031b /Source
parent68f6460f66554343afa5e05c1913b17323bdafbe (diff)
parentbc9a8bba4660e9216f87323006d936bf6d43f799 (diff)
downloadCMake-f20bb8f00371e932a481f5a84e3418cb47cdb041.zip
CMake-f20bb8f00371e932a481f5a84e3418cb47cdb041.tar.gz
CMake-f20bb8f00371e932a481f5a84e3418cb47cdb041.tar.bz2
Merge topic 'minor-cleanups'
bc9a8bba Makefile: Undef FEATURE_STRING iteration define after use. eb638c75 Tests: Make CompileFeatures feature list lang-specific. e2f09aff CMakeConfigurableFile: Remove excess newline. 5109b042 Features: Fix GNU 4.8.1 version test. 6a9fdbeb Test: Parameterize the language in the CompileFeature test. f5bf9d43 Tests: Make CompileFeature tests use highest standard known.
Diffstat (limited to 'Source')
-rw-r--r--Source/cmMakefile.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmMakefile.cxx b/Source/cmMakefile.cxx
index 29d2fb0..90a7b0b 100644
--- a/Source/cmMakefile.cxx
+++ b/Source/cmMakefile.cxx
@@ -4978,6 +4978,7 @@ static const char * const CXX_FEATURES[] = {
0
FOR_EACH_CXX_FEATURE(FEATURE_STRING)
};
+#undef FEATURE_STRING
static const char * const CXX_STANDARDS[] = {
"98"