CMake/Tests/RunCMake/configure_file/UnknownArg-stderr.txt
Brad King 1531df2b86 configure_file: Warn about unknown arguments
Extend the RunCMake.configure_file test with a case covering possible
common typos of the COPYONLY option.

Reported-by: Iosif Neitzke <iosif.neitzke@gmail.com>
2014-10-31 13:21:21 -04:00

11 lines
296 B
Plaintext

CMake Warning \(dev\) at UnknownArg.cmake:1 \(configure_file\):
configure_file called with unknown argument\(s\):
COPY_ONLY
COPYFILE
COPY_FILE
Call Stack \(most recent call first\):
CMakeLists.txt:3 \(include\)
This warning is for project developers. Use -Wno-dev to suppress it.