From a666457d7cb4ced215bc66ea8a423ac6aa9e60da Mon Sep 17 00:00:00 2001 From: Laurent Rineau Date: Tue, 14 Oct 2008 07:48:57 +0000 Subject: [PATCH] Fix retrieval of CGAL_Core compilation log for test results. --- Testsuite/test/collect_cgal_testresults_from_cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Testsuite/test/collect_cgal_testresults_from_cmake b/Testsuite/test/collect_cgal_testresults_from_cmake index 3c7c13cf41e..e29a5fdabff 100755 --- a/Testsuite/test/collect_cgal_testresults_from_cmake +++ b/Testsuite/test/collect_cgal_testresults_from_cmake @@ -257,7 +257,7 @@ output_main_logs parse_flags_and_third_party_choices -parse_lib_building_results "libCGALCore" "CGAL_CORE" +parse_lib_building_results "libCGALCore" "CGAL_Core" parse_lib_building_results "libCGAL" "CGAL" parse_lib_building_results "libCGALimageIO" "CGAL_ImageIO" parse_lib_building_results "libCGALPDB" "CGAL_PDB"