CMake/Tests/RunCMake/WriteCompilerDetectionHeader/MultiNoOutFileVar-stderr.txt
Stephen Kelly 4cf5179c77 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.
2014-11-24 21:54:41 +01:00

6 lines
290 B
Plaintext

CMake Error at .*Modules/WriteCompilerDetectionHeader.cmake:[0-9]+ \(message\):
If OUTPUT_DIR is specified, then OUTPUT_FILES_VAR must also be specified.
Call Stack \(most recent call first\):
MultiNoOutFileVar.cmake:4 \(write_compiler_detection_header\)
CMakeLists.txt:3 \(include\)