CMake/Tests/RunCMake/export/TargetNotFound-stderr.txt
Stephen Kelly 1cd1430b1f export(): Check targets exist at configure-time (#14608)
Commit 66b290e7 (export(): Process the export() command at generate
time., 2012-10-06 ) refactored export() so that it could evaluate
strings at generate-time. This was intended for evaluating target
properties, but that commit also removed a check for target
existence at configure-time. Restore that check and add a test for
this case.
2013-12-04 08:30:26 -05:00

5 lines
198 B
Plaintext

CMake Error at TargetNotFound.cmake:1 \(export\):
export given target "nonexistenttarget" which is not built by this project.
Call Stack \(most recent call first\):
CMakeLists.txt:3 \(include\)