summaryrefslogtreecommitdiffstats
path: root/Source/cmComputeLinkInformation.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmComputeLinkInformation.cxx')
-rw-r--r--Source/cmComputeLinkInformation.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmComputeLinkInformation.cxx b/Source/cmComputeLinkInformation.cxx
index 1dee2a2..c47f931 100644
--- a/Source/cmComputeLinkInformation.cxx
+++ b/Source/cmComputeLinkInformation.cxx
@@ -875,7 +875,7 @@ void cmComputeLinkInformation::ComputeItemParserInfo()
reg += "|";
}
reg += ")";
- reg += "([^/]*)";
+ reg += "([^/:]*)";
// Create a regex to match any library name.
std::string reg_any = reg;