diff --git a/Installation/cmake/modules/CGAL_Common.cmake b/Installation/cmake/modules/CGAL_Common.cmake index ffa04b5d5b0..10f09cf67bd 100644 --- a/Installation/cmake/modules/CGAL_Common.cmake +++ b/Installation/cmake/modules/CGAL_Common.cmake @@ -52,7 +52,4 @@ if( NOT CGAL_COMMON_FILE_INCLUDED ) set(CMAKE_COLORMAKEFILE ON) - # Needed by the testsuite results parser - set(CMAKE_VERBOSE_MAKEFILE ON) - endif() \ No newline at end of file diff --git a/Scripts/developer_scripts/autotest_cgal_with_cmake b/Scripts/developer_scripts/autotest_cgal_with_cmake index a8ab188f9bf..c25cef5aac2 100755 --- a/Scripts/developer_scripts/autotest_cgal_with_cmake +++ b/Scripts/developer_scripts/autotest_cgal_with_cmake @@ -516,7 +516,7 @@ cmake '${CMAKE_GENERATOR}' -DRUNNING_CGAL_AUTO_TEST=TRUE \\ -DCGAL_REFERENCE_CACHE_DIR="\$CGAL_REFERENCE_CACHE_DIR" \\ VERBOSE=1 \\ ../../..; -${MAKE_CMD} -k -fMakefile CGAL CGAL_Core CGAL_PDB CGAL_ImageIO CGAL_Qt3 CGAL_Qt4 ; +${MAKE_CMD} VERBOSE=ON -k -fMakefile CGAL CGAL_Core CGAL_PDB CGAL_ImageIO CGAL_Qt3 CGAL_Qt4 ; cd ..; EOF chmod ugo+x "${CGAL_BINARY_DIR}/localbuildscript" diff --git a/Scripts/developer_scripts/create_cgal_test_with_cmake b/Scripts/developer_scripts/create_cgal_test_with_cmake index 3f023fb3448..2739d84ee25 100755 --- a/Scripts/developer_scripts/create_cgal_test_with_cmake +++ b/Scripts/developer_scripts/create_cgal_test_with_cmake @@ -90,7 +90,7 @@ compile_and_run() echo "Compiling \$1 ... " SUCCES="y" - if eval '\${MAKE_CMD} VERBOSE=1 -fMakefile \$1' ; then + if eval '\${MAKE_CMD} VERBOSE=ON -fMakefile \$1' ; then echo " succesful compilation of \$1" >> \$ERRORFILE else echo " ERROR: compilation of \$1" >> \$ERRORFILE