diff options
author | Brad King <brad.king@kitware.com> | 2014-05-08 15:27:57 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2014-05-08 15:27:57 (GMT) |
commit | 3e206022abede98b60c9932e50034e23ba677d0f (patch) | |
tree | 72df05a59f1398f83010d2db407fb690f9a363df /Tests/RunCMake/CompileFeatures | |
parent | 9add7071a589892c856bbfd53aa79b352c3f3c08 (diff) | |
parent | 4779542157c4fee31eedcd3c057fb19bdffe47bd (diff) | |
download | CMake-3e206022abede98b60c9932e50034e23ba677d0f.zip CMake-3e206022abede98b60c9932e50034e23ba677d0f.tar.gz CMake-3e206022abede98b60c9932e50034e23ba677d0f.tar.bz2 |
Merge topic 'minor-cleanups'
47795421 Fix whitespace in docs.
aa283b6b Features: Fix test for GNU 4.8.1.
bbfd4cd4 Features: Include the language of the compiler in error messages.
Diffstat (limited to 'Tests/RunCMake/CompileFeatures')
-rw-r--r-- | Tests/RunCMake/CompileFeatures/NoSupportedCxxFeatures-stderr.txt | 2 | ||||
-rw-r--r-- | Tests/RunCMake/CompileFeatures/NoSupportedCxxFeaturesGenex-stderr.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Tests/RunCMake/CompileFeatures/NoSupportedCxxFeatures-stderr.txt b/Tests/RunCMake/CompileFeatures/NoSupportedCxxFeatures-stderr.txt index 8b029ac..fc882cb 100644 --- a/Tests/RunCMake/CompileFeatures/NoSupportedCxxFeatures-stderr.txt +++ b/Tests/RunCMake/CompileFeatures/NoSupportedCxxFeatures-stderr.txt @@ -1,5 +1,5 @@ CMake Error at NoSupportedCxxFeatures.cmake:3 \(target_compile_features\): - target_compile_features no known features for compiler + target_compile_features no known features for CXX compiler "[^"]*" diff --git a/Tests/RunCMake/CompileFeatures/NoSupportedCxxFeaturesGenex-stderr.txt b/Tests/RunCMake/CompileFeatures/NoSupportedCxxFeaturesGenex-stderr.txt index d8366b2..66d0d41 100644 --- a/Tests/RunCMake/CompileFeatures/NoSupportedCxxFeaturesGenex-stderr.txt +++ b/Tests/RunCMake/CompileFeatures/NoSupportedCxxFeaturesGenex-stderr.txt @@ -1,5 +1,5 @@ CMake Error in CMakeLists.txt: - No known features for compiler + No known features for CXX compiler "[^"]*" |