CMake/Tests/RunCMake/TargetPropertyGeneratorExpressions/BadInvalidName4-stderr.txt
Stephen Kelly 18a3195ad5 Keep track of INCLUDE_DIRECTORIES as a vector of structs.
The struct can keep track of where the include came from, which gives
us proper backtraces.
2013-01-03 13:45:40 -05:00

9 lines
254 B
Plaintext

CMake Error at BadInvalidName4.cmake:9 \(include_directories\):
Error evaluating generator expression:
\$<TARGET_PROPERTY:foo,Invali/dProperty>
Property name not supported.
Call Stack \(most recent call first\):
CMakeLists.txt:8 \(include\)$