Add -C option to all cmake calls in the testsuite mechanism

This commit is contained in:
Maxime Gimeno
2018-10-19 15:44:34 +02:00
parent 500e845412
commit fc830f8a3f
11 changed files with 1776 additions and 1770 deletions
+2 -1
View File
@@ -80,8 +80,9 @@ configure()
{
echo "Configuring... "
if eval 'cmake "\$CMAKE_GENERATOR" -DRUNNING_CGAL_AUTO_TEST=TRUE \\
if eval 'cmake -C"\$INIT_FILE" "\$CMAKE_GENERATOR" -DRUNNING_CGAL_AUTO_TEST=TRUE \\
-DCGAL_DIR="\$CGAL_DIR" \\
-DINIT_FILE="\$INIT_FILE" \\
--no-warn-unused-cli \\
.' ; then