diff options
author | Stephen Kelly <steveire@gmail.com> | 2013-10-21 14:59:40 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2014-05-14 17:57:30 (GMT) |
commit | 62a4a67dc54f3b796cd2735b230a863815d932b2 (patch) | |
tree | 004d214d0fbfd240540b5941601cd39b86d4a549 /Tests/RunCMake/WriteCompilerDetectionHeader/NoFeature-stderr.txt | |
parent | f782417b8cf3d9295ce33ca7214674e5db03efdd (diff) | |
download | CMake-62a4a67dc54f3b796cd2735b230a863815d932b2.zip CMake-62a4a67dc54f3b796cd2735b230a863815d932b2.tar.gz CMake-62a4a67dc54f3b796cd2735b230a863815d932b2.tar.bz2 |
Add the WriteCompilerDetectionHeader module.
Provide a function to write a portable header to detect compiler
features. Generate a preprocessor #error for unknown compilers
and compiler versions whose features are not yet recorded. This
error condition might be relaxed in the future, but for now it
is useful for verification of expectations.
Diffstat (limited to 'Tests/RunCMake/WriteCompilerDetectionHeader/NoFeature-stderr.txt')
-rw-r--r-- | Tests/RunCMake/WriteCompilerDetectionHeader/NoFeature-stderr.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Tests/RunCMake/WriteCompilerDetectionHeader/NoFeature-stderr.txt b/Tests/RunCMake/WriteCompilerDetectionHeader/NoFeature-stderr.txt new file mode 100644 index 0000000..193f297 --- /dev/null +++ b/Tests/RunCMake/WriteCompilerDetectionHeader/NoFeature-stderr.txt @@ -0,0 +1,6 @@ +CMake Error at .*Modules/WriteCompilerDetectionHeader.cmake:[0-9]+ \(message\): + Invalid arguments. write_compiler_detection_header requires at least one + feature. +Call Stack \(most recent call first\): + NoFeature.cmake:4 \(write_compiler_detection_header\) + CMakeLists.txt:3 \(include\) |