CMake/Tests/RunCMake/add_subdirectory/Missing-stderr.txt
Brad King c4d2f64f3c add_subdirectory: Fix error message on missing CMakeLists.txt (#15680)
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.
2015-08-04 16:40:13 -04:00

9 lines
239 B
Plaintext

^CMake Error at Missing.cmake:1 \(add_subdirectory\):
The source directory
.*/Tests/RunCMake/add_subdirectory/Missing
does not contain a CMakeLists.txt file.
Call Stack \(most recent call first\):
CMakeLists.txt:3 \(include\)$