mirror of https://github.com/CGAL/cgal
Fix testsuites about Core.
This commit is contained in:
parent
15d289b287
commit
5be30c1228
|
|
@ -506,7 +506,7 @@ cmake '${CMAKE_GENERATOR}' -DRUNNING_CGAL_AUTO_TEST=TRUE \\
|
||||||
-DCGAL_REFERENCE_CACHE_DIR="\$CGAL_REFERENCE_CACHE_DIR" \\
|
-DCGAL_REFERENCE_CACHE_DIR="\$CGAL_REFERENCE_CACHE_DIR" \\
|
||||||
VERBOSE=1 \\
|
VERBOSE=1 \\
|
||||||
../../..;
|
../../..;
|
||||||
${MAKE_CMD} -k -fMakefile CGAL CGAL_CORE CGAL_PDB CGAL_ImageIO CGAL_Qt3 CGAL_Qt4 ;
|
${MAKE_CMD} -k -fMakefile CGAL CGAL_Core CGAL_PDB CGAL_ImageIO CGAL_Qt3 CGAL_Qt4 ;
|
||||||
cd ..;
|
cd ..;
|
||||||
EOF
|
EOF
|
||||||
chmod ugo+x "${CGAL_BINARY_DIR}/localbuildscript"
|
chmod ugo+x "${CGAL_BINARY_DIR}/localbuildscript"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue