mirror of https://github.com/CGAL/cgal
removed redundant arguments to cmake
This commit is contained in:
parent
fc00db5b80
commit
2f2ccdbe3a
|
|
@ -27,9 +27,6 @@ configure()
|
|||
|
||||
if eval 'cmake "$CMAKE_GENERATOR" -DRUNNING_CGAL_AUTO_TEST=TRUE \
|
||||
-DCGAL_DIR="$CGAL_DIR" \
|
||||
-DCGAL_CXX_FLAGS:STRING="$TESTSUITE_CXXFLAGS" \
|
||||
-DCGAL_EXE_LINKER_FLAGS="$TESTSUITE_LDFLAGS" \
|
||||
-DCMAKE_BUILD_TYPE=NOTFOUND \
|
||||
.' ; then
|
||||
|
||||
echo " succesful configuration" >> $ERRORFILE
|
||||
|
|
@ -53,8 +50,7 @@ compile()
|
|||
|
||||
export TESTSUITE_CXXFLAGS="-DCGAL_SNAP_ROUNDING_TEST=$2"
|
||||
configure
|
||||
if eval '${MAKE_CMD} VERBOSE=1 -fMakefile \
|
||||
$1' ; then
|
||||
if eval '${MAKE_CMD} VERBOSE=1 -fMakefile $1' ; then
|
||||
echo " compilation of $1 succeeded" >> $ERRORFILE
|
||||
else
|
||||
echo " ERROR: compilation of $1 failed" >> $ERRORFILE
|
||||
|
|
|
|||
Loading…
Reference in New Issue