diff options
author | Brad King <brad.king@kitware.com> | 2020-12-18 18:44:44 (GMT) |
---|---|---|
committer | Craig Scott <craig.scott@crascit.com> | 2021-02-02 23:08:48 (GMT) |
commit | 375b307bae4513b69b9f86549a094da7f2e8b3a7 (patch) | |
tree | edffc1d543ed67866cf80600c0bc3034e304514e /Source/cmComputeLinkInformation.h | |
parent | 0c86d15459eeef2ddd15644b7bb3d7854f226334 (diff) | |
download | CMake-375b307bae4513b69b9f86549a094da7f2e8b3a7.zip CMake-375b307bae4513b69b9f86549a094da7f2e8b3a7.tar.gz CMake-375b307bae4513b69b9f86549a094da7f2e8b3a7.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); |