c4d2f64f3c
Refactoring in commit v3.3.0-rc1~76^2 (cmMakefile: Handle CMP0014 before configuring the generator, 2015-05-14) accidentally left the file name "/CMakeLists.txt" in the error message. Remove it and add a test case.
5 lines
62 B
CMake
5 lines
62 B
CMake
include(RunCMake)
|
|
|
|
run_cmake(DoesNotExist)
|
|
run_cmake(Missing)
|