1531df2b86
Extend the RunCMake.configure_file test with a case covering possible common typos of the COPYONLY option. Reported-by: Iosif Neitzke <iosif.neitzke@gmail.com>
3 lines
124 B
CMake
3 lines
124 B
CMake
configure_file(${CMAKE_ROOT}/Modules/CMakeConfigurableFile.in UnknownArg.txt
|
|
@ONLY COPYONLY COPY_ONLY COPYFILE COPY_FILE)
|