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
141 B
CMake
6 lines
141 B
CMake
file(UPLOAD
|
|
"${CMAKE_CURRENT_SOURCE_DIR}/UPLOAD-unused-argument.txt"
|
|
"file://${CMAKE_CURRENT_BINARY_DIR}/unused-argument.txt"
|
|
JUNK
|
|
)
|