cmake/Tests/RunCMake/GeneratorExpression/BadCONFIG-stderr.txt

29 lines
764 B
Plaintext
Raw Normal View History

2013-03-16 19:13:01 +02:00
CMake Error at BadCONFIG.cmake:1 \(add_custom_target\):
Error evaluating generator expression:
\$<CONFIG:.>
Expression syntax not recognized.
Call Stack \(most recent call first\):
CMakeLists.txt:3 \(include\)
+
CMake Error at BadCONFIG.cmake:1 \(add_custom_target\):
Error evaluating generator expression:
\$<CONFIG:Foo-Bar>
Expression syntax not recognized.
Call Stack \(most recent call first\):
CMakeLists.txt:3 \(include\)
+
CMake Error at BadCONFIG.cmake:1 \(add_custom_target\):
Error evaluating generator expression:
\$<CONFIG:Foo-Nested>
Expression syntax not recognized.
Call Stack \(most recent call first\):
2019-11-11 23:01:05 +01:00
CMakeLists.txt:3 \(include\)
+
CMake Generate step failed\. Build files cannot be regenerated correctly\.$