diff options
author | Brad King <brad.king@kitware.com> | 2021-10-27 16:58:46 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2021-10-27 16:58:46 (GMT) |
commit | 1a25f057da00f79d9e81c64db87a27061d2ed311 (patch) | |
tree | 33a11c8754653a094bd19c50a43972760cb66d68 /Source/cmComputeLinkInformation.h | |
parent | 4862f3b2c88e37187c9a5e323f8881b24dbdabef (diff) | |
download | CMake-1a25f057da00f79d9e81c64db87a27061d2ed311.zip CMake-1a25f057da00f79d9e81c64db87a27061d2ed311.tar.gz CMake-1a25f057da00f79d9e81c64db87a27061d2ed311.tar.bz2 |
cmComputeLinkInformation: Add context to warning about linking a directory
Diffstat (limited to 'Source/cmComputeLinkInformation.h')
-rw-r--r-- | Source/cmComputeLinkInformation.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmComputeLinkInformation.h b/Source/cmComputeLinkInformation.h index 90a699e..0315540 100644 --- a/Source/cmComputeLinkInformation.h +++ b/Source/cmComputeLinkInformation.h @@ -187,7 +187,7 @@ private: bool CheckImplicitDirItem(std::string const& item); void AddUserItem(BT<std::string> const& item, bool pathNotKnown); void AddFrameworkItem(std::string const& item); - void DropDirectoryItem(std::string const& item); + void DropDirectoryItem(BT<std::string> const& item); bool CheckSharedLibNoSOName(std::string const& item); void AddSharedLibNoSOName(std::string const& item); void HandleBadFullItem(std::string const& item, std::string const& file); |