diff options
author | Brad King <brad.king@kitware.com> | 2018-07-03 13:37:29 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2018-07-03 13:39:28 (GMT) |
commit | 0d7114987c78085df6449e93bdda8a1749862025 (patch) | |
tree | 75c224b433f683fa81b9ec0afc3d0fed7170d296 /Tests/RunCMake/target_link_libraries/SubDirTarget-stdout.txt | |
parent | 51e7d4150756a01d51da38acfd0a469b138e1fde (diff) | |
download | CMake-0d7114987c78085df6449e93bdda8a1749862025.zip CMake-0d7114987c78085df6449e93bdda8a1749862025.tar.gz CMake-0d7114987c78085df6449e93bdda8a1749862025.tar.bz2 |
Revert "target_link_libraries: Allow use with targets in other directories"
Revert commit v3.12.0-rc1~82^2 (target_link_libraries: Allow use with
targets in other directories, 2018-05-11). The RHS target scoping and
visibility rules are not clear and will need further investigation
before the feature can be added.
Issue: #17943
Diffstat (limited to 'Tests/RunCMake/target_link_libraries/SubDirTarget-stdout.txt')
-rw-r--r-- | Tests/RunCMake/target_link_libraries/SubDirTarget-stdout.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Tests/RunCMake/target_link_libraries/SubDirTarget-stdout.txt b/Tests/RunCMake/target_link_libraries/SubDirTarget-stdout.txt deleted file mode 100644 index 646f984..0000000 --- a/Tests/RunCMake/target_link_libraries/SubDirTarget-stdout.txt +++ /dev/null @@ -1,2 +0,0 @@ --- mainexe: mainlib;sublib --- subexe: mainlib;sublib |