Don't use \\ after 'EOF'

This commit is contained in:
Maxime Gimeno
2018-10-19 15:44:35 +02:00
parent 72c7e73be7
commit 2b69d565fe
+3 -3
View File
@@ -80,9 +80,9 @@ configure()
{
echo "Configuring... "
if eval 'cmake ${INIT_FILE:+"-C${INIT_FILE}"} "$CMAKE_GENERATOR" -DRUNNING_CGAL_AUTO_TEST=TRUE \\
-DCGAL_DIR="$CGAL_DIR" \\
--no-warn-unused-cli \\
if eval 'cmake ${INIT_FILE:+"-C${INIT_FILE}"} "$CMAKE_GENERATOR" -DRUNNING_CGAL_AUTO_TEST=TRUE \
-DCGAL_DIR="$CGAL_DIR" \
--no-warn-unused-cli \
.' ; then
echo " successful configuration" >> $ERRORFILE