diff options
author | Brad King <brad.king@kitware.com> | 2014-06-19 17:37:30 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2014-07-07 12:52:40 (GMT) |
commit | 3156275bc74e355f8309617344693a0f14b7a370 (patch) | |
tree | beebaf78c6a0177962f1c0b7474734c948c4c086 /Tests/RunCMake/Languages/link-libraries-TARGET_FILE-genex-stderr.txt | |
parent | 363cd33ebe5a8fb495fffc07cf39c59082e83bbf (diff) | |
download | CMake-3156275bc74e355f8309617344693a0f14b7a370.zip CMake-3156275bc74e355f8309617344693a0f14b7a370.tar.gz CMake-3156275bc74e355f8309617344693a0f14b7a370.tar.bz2 |
cmTarget: Simplify INTERFACE_SOURCES usage requirement lookup
Use the AddInterfaceEntries helper to avoid duplication.
Diffstat (limited to 'Tests/RunCMake/Languages/link-libraries-TARGET_FILE-genex-stderr.txt')
-rw-r--r-- | Tests/RunCMake/Languages/link-libraries-TARGET_FILE-genex-stderr.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Tests/RunCMake/Languages/link-libraries-TARGET_FILE-genex-stderr.txt b/Tests/RunCMake/Languages/link-libraries-TARGET_FILE-genex-stderr.txt index 2d7a3c9..d8bc238 100644 --- a/Tests/RunCMake/Languages/link-libraries-TARGET_FILE-genex-stderr.txt +++ b/Tests/RunCMake/Languages/link-libraries-TARGET_FILE-genex-stderr.txt @@ -1,7 +1,9 @@ -CMake Error: +CMake Error at link-libraries-TARGET_FILE-genex.cmake:[0-9]+ \(target_link_libraries\): Error evaluating generator expression: \$<TARGET_FILE:foo> Expressions which require the linker language may not be used while evaluating link libraries +Call Stack \(most recent call first\): + CMakeLists.txt:3 \(include\) |