summaryrefslogtreecommitdiffstats
path: root/Source/cmOrderLinkDirectories.h
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2005-11-22 21:08:16 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2005-11-22 21:08:16 (GMT)
commit76724c23bff8b5adcded34f73a4d18123b8b1fe8 (patch)
treeda99edd1c3fd1e6f32a810e710a58aa8a5259056 /Source/cmOrderLinkDirectories.h
parent9312deb035f6974460323756c370dbd56662f736 (diff)
downloadCMake-76724c23bff8b5adcded34f73a4d18123b8b1fe8.zip
CMake-76724c23bff8b5adcded34f73a4d18123b8b1fe8.tar.gz
CMake-76724c23bff8b5adcded34f73a4d18123b8b1fe8.tar.bz2
BUG: fix for bug 2357, do not allow targets to link to directories
Diffstat (limited to 'Source/cmOrderLinkDirectories.h')
-rw-r--r--Source/cmOrderLinkDirectories.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmOrderLinkDirectories.h b/Source/cmOrderLinkDirectories.h
index b514081..b70dcf8 100644
--- a/Source/cmOrderLinkDirectories.h
+++ b/Source/cmOrderLinkDirectories.h
@@ -129,6 +129,8 @@ private:
cmStdString m_LinkPrefix;
// set of directories that can not be put in the correct order
std::set<cmStdString> m_ImposibleDirectories;
+ // Name of target
+ cmStdString m_TargetName;
// library regular expressions
cmsys::RegularExpression m_RemoveLibraryExtension;
cmsys::RegularExpression m_ExtractBaseLibraryName;