summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/TargetObjects/NoTarget-stderr.txt
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2017-04-18 14:05:04 (GMT)
committerBrad King <brad.king@kitware.com>2017-04-18 14:29:36 (GMT)
commitac0cf7ff4f5a846381593cf28ebbc9cfaf107149 (patch)
treec87e38b9518483b9f7d7fbab681a38d6927a7998 /Tests/RunCMake/TargetObjects/NoTarget-stderr.txt
parent8577978c580d09abc56fa39f387a3991c91c31ba (diff)
downloadCMake-ac0cf7ff4f5a846381593cf28ebbc9cfaf107149.zip
CMake-ac0cf7ff4f5a846381593cf28ebbc9cfaf107149.tar.gz
CMake-ac0cf7ff4f5a846381593cf28ebbc9cfaf107149.tar.bz2
Genex: Reject TARGET_OBJECTS on non-object libraries earlier
Move the diagnostic that rejects the TARGET_OBJECTS generator expression in non-buildsystem context until after the check for whether the named target is an object library. This order will makes more sense than the previous order once TARGET_OBJECTS is allowed in non-buildsystem context.
Diffstat (limited to 'Tests/RunCMake/TargetObjects/NoTarget-stderr.txt')
-rw-r--r--Tests/RunCMake/TargetObjects/NoTarget-stderr.txt24
1 files changed, 24 insertions, 0 deletions
diff --git a/Tests/RunCMake/TargetObjects/NoTarget-stderr.txt b/Tests/RunCMake/TargetObjects/NoTarget-stderr.txt
new file mode 100644
index 0000000..eadccaf
--- /dev/null
+++ b/Tests/RunCMake/TargetObjects/NoTarget-stderr.txt
@@ -0,0 +1,24 @@
+(CMake Error at NoTarget.cmake:4 \(file\):
+ Error evaluating generator expression:
+
+ \$<TARGET_OBJECTS:NoTarget>
+
+ Objects of target "NoTarget" referenced but no such target exists.
+Call Stack \(most recent call first\):
+ CMakeLists.txt:3 \(include\)
+*)+
+(CMake Error at NoTarget.cmake:5 \(file\):
+ Error evaluating generator expression:
+
+ \$<TARGET_OBJECTS:NoTarget>
+
+ Objects of target "NoTarget" referenced but no such target exists.
+Call Stack \(most recent call first\):
+ CMakeLists.txt:3 \(include\)
+*)+
+CMake Error:
+ Error evaluating generator expression:
+
+ \$<TARGET_OBJECTS:NoTarget>
+
+ Objects of target "NoTarget" referenced but no such target exists.