Files
CMake/Tests/RunCMake/include/IncludeMalformed-stderr.txt
Brad King edf7888f70 Tests: Update RunCMake.include cmake_minimum_required version
This was missed in commit 1edf138506 (Tests/RunCMake: Update
cmake_minimum_required versions, 2023-02-06).

Also tighten up some expected stderr content to catch these
cases during similar updates in the future.
2023-03-07 17:47:26 -05:00

13 lines
423 B
Plaintext

^CMake Error at malformedInclude\.cmake:1:
Parse error\. Function missing ending "\)"\. End of file reached\.
Call Stack \(most recent call first\):
IncludeMalformed\.cmake:1 \(include\)
CMakeLists\.txt:3 \(include\)
+
CMake Error at IncludeMalformed\.cmake:1 \(include\):
include could not load requested file:
malformedInclude\.cmake
Call Stack \(most recent call first\):
CMakeLists\.txt:3 \(include\)$