summaryrefslogtreecommitdiff
path: root/Source/cmComputeLinkInformation.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2021-10-27 12:58:46 -0400
committerBrad King <brad.king@kitware.com>2021-10-27 12:58:46 -0400
commit1a25f057da00f79d9e81c64db87a27061d2ed311 (patch)
tree33a11c8754653a094bd19c50a43972760cb66d68 /Source/cmComputeLinkInformation.h
parent4862f3b2c88e37187c9a5e323f8881b24dbdabef (diff)
downloadcmake-1a25f057da00f79d9e81c64db87a27061d2ed311.tar.gz
cmComputeLinkInformation: Add context to warning about linking a directory
Diffstat (limited to 'Source/cmComputeLinkInformation.h')
-rw-r--r--Source/cmComputeLinkInformation.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmComputeLinkInformation.h b/Source/cmComputeLinkInformation.h
index 90a699ebbd..0315540be8 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);