CMake/Tests/RunCMake/ExternalData/BadArguments-stderr.txt
Ben Boeckel ae7c81c622 ExternalData: add support for suppressing progress during the build
During CI builds (at least), download progress is just noise. Allow it
to be suppressed.

Default to `OFF` for Ninja due to the tool's behavior of not showing
output until a command is complete (which makes any progress reporting
of little use) and `ON` otherwise.
2020-10-23 09:49:51 -04:00

8 lines
366 B
Plaintext

CMake Warning \(dev\) at .*/Modules/ExternalData.cmake:[0-9]+ \(message\):
Ignoring unrecognized arguments passed to ExternalData_add_target:
`UNKNOWN_ARGUMENT`
Call Stack \(most recent call first\):
BadArguments.cmake:[0-9]+ \(ExternalData_Add_Target\)
CMakeLists.txt:[0-9]+ \(include\)
This warning is for project developers. Use -Wno-dev to suppress it.