diff options
author | Brad King <brad.king@kitware.com> | 2020-12-18 18:44:44 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2020-12-21 16:50:54 (GMT) |
commit | 9ab77201f772af9f8f0954722ed3a2414eb1d29c (patch) | |
tree | 6b3142e4c59ba1254c8ab28d2c633e52650bd649 /Source/cmComputeLinkInformation.h | |
parent | 05a59f37abd982b249f8cad648640c3394acc98a (diff) | |
download | CMake-9ab77201f772af9f8f0954722ed3a2414eb1d29c.zip CMake-9ab77201f772af9f8f0954722ed3a2414eb1d29c.tar.gz CMake-9ab77201f772af9f8f0954722ed3a2414eb1d29c.tar.bz2 |
Apple: Fix linking to frameworks that do not exist until build time
Fixes: #21621
Diffstat (limited to 'Source/cmComputeLinkInformation.h')
-rw-r--r-- | Source/cmComputeLinkInformation.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmComputeLinkInformation.h b/Source/cmComputeLinkInformation.h index 543b6d7..ec8d73c 100644 --- a/Source/cmComputeLinkInformation.h +++ b/Source/cmComputeLinkInformation.h @@ -155,7 +155,6 @@ private: void AddFullItem(BT<std::string> const& item); bool CheckImplicitDirItem(std::string const& item); void AddUserItem(BT<std::string> const& item, bool pathNotKnown); - void AddDirectoryItem(std::string const& item); void AddFrameworkItem(std::string const& item); void DropDirectoryItem(std::string const& item); bool CheckSharedLibNoSOName(std::string const& item); |