CMake/Tests/RunCMake/Syntax/UnterminatedBracket1-stderr.txt
Stephen Kelly 33bb9cfa36 Parser: Issue messages through cmake, not cmSystemTools
Make these messages uniform with regard to other messages issued by
cmake.
2016-08-25 09:47:26 -04:00

8 lines
221 B
Plaintext

CMake Error at UnterminatedBracket1.cmake:2:
Parse error. Function missing ending "\)". Instead found unterminated
bracket with text "]]\)
".
Call Stack \(most recent call first\):
CMakeLists.txt:3 \(include\)