mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-21 05:38:24 -05:00
e0d3339e65
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)
|