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
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
|
|
)
|