mirror of
https://github.com/reactos/CMake.git
synced 2025-03-06 02:48:38 +00:00

This tests some cases of bad arguments to the file(COPY) signature. It checks that the proper error messages are produced.
2 lines
46 B
CMake
2 lines
46 B
CMake
file(COPY does_not_exist.txt DESTINATION tmp)
|