mirror of
https://github.com/reactos/CMake.git
synced 2024-12-15 23:57:44 +00:00
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
248 B
Plaintext
6 lines
248 B
Plaintext
^CMake Warning \(dev\) at DOWNLOAD-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.$
|