From e0bb152d63eed09fccca84aa96279ba2b088d2d3 Mon Sep 17 00:00:00 2001 From: Fernando Cacciola Date: Tue, 16 Sep 2008 18:32:03 +0000 Subject: [PATCH] Prevented a failed library to abort compilation of the others --- Scripts/developer_scripts/autotest_cgal_with_cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/developer_scripts/autotest_cgal_with_cmake b/Scripts/developer_scripts/autotest_cgal_with_cmake index 7941de75fed..fc9ea4975e2 100755 --- a/Scripts/developer_scripts/autotest_cgal_with_cmake +++ b/Scripts/developer_scripts/autotest_cgal_with_cmake @@ -487,7 +487,7 @@ cmake '${CMAKE_GENERATOR}' -DRUNNING_CGAL_AUTO_TEST=TRUE \\ -DCGAL_REFERENCE_CACHE_DIR="\$CGAL_REFERENCE_CACHE_DIR" \\ VERBOSE=1 \\ ../../..; -${MAKE_CMD} -k -fMakefile; +${MAKE_CMD} -k -fMakefile CGAL CGAL_CORE CGAL_PDB CGAL_ImageIO CGAL_Qt3 CGAL_Qt4 ; cd ..; EOF chmod ugo+x "${CGAL_BINARY_DIR}/localbuildscript"