diff --git a/Scripts/scripts/cgal_create_CMakeLists b/Scripts/scripts/cgal_create_CMakeLists index 150bbb9cb4b..01c3dbe5b99 100755 --- a/Scripts/scripts/cgal_create_CMakeLists +++ b/Scripts/scripts/cgal_create_CMakeLists @@ -113,9 +113,6 @@ EOF # CGAL and its components EOF -if [ -n "$ENABLE_CTEST" ]; then - echo "enable_testing()" -fi #--------------------------------------------------------------------------- # echo "CGAL_COMPONENTS: $CGAL_COMPONENTS" if [ ! -z "$CGAL_COMPONENTS" ]; then @@ -347,24 +344,6 @@ EOF else echo "create_single_source_cgal_program( \"$file\" )" fi - if [ -n "$ENABLE_CTEST" ]; then - if [ -f "$BASE.cin" ] ; then - CIN=" < $BASE.cin" - else - CIN= - fi - cat <