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>
10 lines
171 B
CMake
10 lines
171 B
CMake
include(RunCMake)
|
|
|
|
run_cmake(NO-BOM)
|
|
run_cmake(UTF8-BOM)
|
|
run_cmake(UTF16LE-BOM)
|
|
run_cmake(UTF16BE-BOM)
|
|
run_cmake(UTF32LE-BOM)
|
|
run_cmake(UTF32BE-BOM)
|
|
run_cmake(UnknownArg)
|