summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/target_link_libraries
diff options
context:
space:
mode:
authorDeniz Bahadir <dbahadir@benocs.com>2017-11-27 21:11:11 (GMT)
committerDeniz Bahadir <dbahadir@benocs.com>2017-11-29 16:01:47 (GMT)
commitb0e2f1415e680337f4b70b19e319efeba0eb6f12 (patch)
treedefd33a0487fa8114d032d22a4a6fdadbf63820f /Tests/RunCMake/target_link_libraries
parent85457b63c859f238ef324757f1042cc846cedbc7 (diff)
downloadCMake-b0e2f1415e680337f4b70b19e319efeba0eb6f12.zip
CMake-b0e2f1415e680337f4b70b19e319efeba0eb6f12.tar.gz
CMake-b0e2f1415e680337f4b70b19e319efeba0eb6f12.tar.bz2
target_link_libraries: Slightly fix some error-messages.
Some error-messages are slightly adjusted to better tell what invocation would be correct instead. Tests are adjusted accordingly.
Diffstat (limited to 'Tests/RunCMake/target_link_libraries')
-rw-r--r--Tests/RunCMake/target_link_libraries/MixedSignature-stderr.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Tests/RunCMake/target_link_libraries/MixedSignature-stderr.txt b/Tests/RunCMake/target_link_libraries/MixedSignature-stderr.txt
index a0c66db..c6237f4 100644
--- a/Tests/RunCMake/target_link_libraries/MixedSignature-stderr.txt
+++ b/Tests/RunCMake/target_link_libraries/MixedSignature-stderr.txt
@@ -1,5 +1,5 @@
CMake Error at MixedSignature.cmake:6 \(target_link_libraries\):
- The PUBLIC or PRIVATE option must appear as the second argument, just after
- the target name.
+ The INTERFACE, PUBLIC or PRIVATE option must appear as the second argument,
+ just after the target name.
Call Stack \(most recent call first\):
CMakeLists.txt:3 \(include\)