Prevented a failed library to abort compilation of the others

This commit is contained in:
Fernando Cacciola 2008-09-16 18:32:03 +00:00
parent a460b47bfa
commit e0bb152d63
1 changed files with 1 additions and 1 deletions

View File

@ -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"