diff options
author | Stephen Kelly <steveire@gmail.com> | 2014-10-30 23:41:53 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2014-11-24 20:54:41 (GMT) |
commit | 4cf5179c77237f3eb56f85eddebc43895691694c (patch) | |
tree | 4ab200eaf6c05ccd098eeb0f1101c0c6e2745c89 /Tests/RunCMake/WriteCompilerDetectionHeader/MultiNoOutdir-stderr.txt | |
parent | 2ed0088b2abc591bb5ba6b4a13ee9997231883eb (diff) | |
download | CMake-4cf5179c77237f3eb56f85eddebc43895691694c.zip CMake-4cf5179c77237f3eb56f85eddebc43895691694c.tar.gz CMake-4cf5179c77237f3eb56f85eddebc43895691694c.tar.bz2 |
WCDH: Make it possible to generate multiple files.
Extend the write_compiler_detection_header interface to allow
specifying a location for supplementary files, and getting the
list of resulting files as a variable.
Diffstat (limited to 'Tests/RunCMake/WriteCompilerDetectionHeader/MultiNoOutdir-stderr.txt')
-rw-r--r-- | Tests/RunCMake/WriteCompilerDetectionHeader/MultiNoOutdir-stderr.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Tests/RunCMake/WriteCompilerDetectionHeader/MultiNoOutdir-stderr.txt b/Tests/RunCMake/WriteCompilerDetectionHeader/MultiNoOutdir-stderr.txt new file mode 100644 index 0000000..1c83a1a --- /dev/null +++ b/Tests/RunCMake/WriteCompilerDetectionHeader/MultiNoOutdir-stderr.txt @@ -0,0 +1,5 @@ +CMake Error at .*Modules/WriteCompilerDetectionHeader.cmake:[0-9]+ \(message\): + If OUTPUT_FILES_VAR is specified, then OUTPUT_DIR must also be specified. +Call Stack \(most recent call first\): + MultiNoOutdir.cmake:4 \(write_compiler_detection_header\) + CMakeLists.txt:3 \(include\) |