From 4c8709cc60958b29aa4aa8da1c441cac13b3bf2f Mon Sep 17 00:00:00 2001 From: Laurent Rineau Date: Tue, 7 May 2019 11:16:21 +0200 Subject: [PATCH] Remove `ENABLE_CTEST`: it is by default in CGAL --- Scripts/scripts/cgal_create_CMakeLists | 23 ----------------------- 1 file changed, 23 deletions(-) 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 <