summaryrefslogtreecommitdiffstats
path: root/Source/cmLinkItem.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2019-08-05 14:37:30 (GMT)
committerKitware Robot <kwrobot@kitware.com>2019-08-05 14:37:47 (GMT)
commite0f735f8f53543773f01a4f692609d1b23fd3621 (patch)
tree0acfa05c81e6a40ad57264b8aa9b3787108fedf1 /Source/cmLinkItem.h
parent26a3bccb60b1ba97b528187c244acf4c3bbceb3e (diff)
parentd75cad01f0a43c55f999768fb63287fc247f9685 (diff)
downloadCMake-e0f735f8f53543773f01a4f692609d1b23fd3621.zip
CMake-e0f735f8f53543773f01a4f692609d1b23fd3621.tar.gz
CMake-e0f735f8f53543773f01a4f692609d1b23fd3621.tar.bz2
Merge topic 'shared-deps-no-iface'
d75cad01f0 Fix rpath-link for shared lib with only private deps 4b2e1fc9ee cmGeneratorTarget: Use local var to de-duplicate CMP0022 checks 94648953be cmLinkItem: Simplify tracking of whether link interface is explicit Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3642
Diffstat (limited to 'Source/cmLinkItem.h')
-rw-r--r--Source/cmLinkItem.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmLinkItem.h b/Source/cmLinkItem.h
index 6450c62..d71ff49 100644
--- a/Source/cmLinkItem.h
+++ b/Source/cmLinkItem.h
@@ -87,7 +87,7 @@ struct cmOptionalLinkInterface : public cmLinkInterface
bool LibrariesDone = false;
bool AllDone = false;
bool Exists = false;
- const char* ExplicitLibraries = nullptr;
+ bool Explicit = false;
};
struct cmHeadToLinkInterfaceMap