mirror of https://github.com/CGAL/cgal
Improve regex pattern for third-party library detection
This commit is contained in:
parent
00cc6ce694
commit
26bab26adf
|
|
@ -132,7 +132,7 @@ sub reformat_results($)
|
||||||
# print PLATFORM_NEW_RESULTS $_;
|
# print PLATFORM_NEW_RESULTS $_;
|
||||||
# last;
|
# last;
|
||||||
# }
|
# }
|
||||||
if (/^-- Third-party library ([\w\.]+ [\w\.\_\-]*)/) {
|
if (/^-- Third-party library (.+)$/) {
|
||||||
$TPL = "$TPL $1,";
|
$TPL = "$TPL $1,";
|
||||||
}
|
}
|
||||||
NEXT: if(! ($_= <PLATFORM_RESULTS>)) {
|
NEXT: if(! ($_= <PLATFORM_RESULTS>)) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue