4dd997da54
Emit warning message on unparsed argument instead of silently ignoring it. Can't stop with the error message because it may break old code.
6 lines
246 B
Plaintext
6 lines
246 B
Plaintext
^CMake Warning \(dev\) at UPLOAD-unused-argument.cmake:[0-9]+ \(file\):
|
|
Unexpected argument: JUNK
|
|
Call Stack \(most recent call first\):
|
|
CMakeLists.txt:[0-9]+ \(include\)
|
|
This warning is for project developers. Use -Wno-dev to suppress it.$
|