mirror of https://github.com/CGAL/cgal
Add missing argument in cgal_test
This commit is contained in:
parent
b02d174ef2
commit
b14b457b15
|
|
@ -25,7 +25,7 @@ configure()
|
||||||
{
|
{
|
||||||
echo "Configuring... "
|
echo "Configuring... "
|
||||||
|
|
||||||
if eval 'cmake --no-warn-unused-cli "$CMAKE_GENERATOR" -DRUNNING_CGAL_AUTO_TEST=TRUE \
|
if eval 'cmake --no-warn-unused-cli ${INIT_FILE:+"-C${INIT_FILE}"} "$CMAKE_GENERATOR" -DRUNNING_CGAL_AUTO_TEST=TRUE \
|
||||||
-DCGAL_DIR="$CGAL_DIR" \
|
-DCGAL_DIR="$CGAL_DIR" \
|
||||||
.' ; then
|
.' ; then
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue