mirror of
https://github.com/reactos/CMake.git
synced 2024-12-15 15:48:52 +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
145 B
CMake
6 lines
145 B
CMake
file(DOWNLOAD
|
|
"file://${CMAKE_CURRENT_SOURCE_DIR}/DOWNLOAD-unused-argument.txt"
|
|
"${CMAKE_CURRENT_BINARY_DIR}/unused-argument.txt"
|
|
JUNK
|
|
)
|