diff --git a/.gitattributes b/.gitattributes index 26bd9196d36..f684c5c74db 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1329,7 +1329,6 @@ Convex_hull_2/doc_tex/Convex_hull_2/convex_hull.png -text Convex_hull_2/doc_tex/Convex_hull_2/saarhull.eps -text svneol=unset#application/postscript Convex_hull_2/doc_tex/Convex_hull_2/saarhull.gif -text svneol=unset#image/gif Convex_hull_2/doc_tex/Convex_hull_2/saarhull.pdf -text svneol=unset#application/pdf -Convex_hull_2/test/Convex_hull_2/CMakeLists.txt -text Convex_hull_3/doc_tex/Convex_hull_3/bunny.png -text Convex_hull_3/doc_tex/Convex_hull_3/bunny.wrl.gz -text Core/src/CGALCore/Core_71.vcproj -text diff --git a/Convex_hull_2/test/Convex_hull_2/CMakeLists.txt b/Convex_hull_2/test/Convex_hull_2/CMakeLists.txt deleted file mode 100644 index 489abc7fa09..00000000000 --- a/Convex_hull_2/test/Convex_hull_2/CMakeLists.txt +++ /dev/null @@ -1,22 +0,0 @@ -# Created by the script cgal_create_cmake_script -# This is the CMake script for compiling a CGAL application. - -project (Convex_hull_2_Test) - -set(CMAKE_ALLOW_LOOSE_LOOP_CONSTRUCTS true) - -find_package(CGAL) - -if ( CGAL_FOUND ) - - include(${CGAL_USE_FILE}) - include(CreateSingleSourceCGALProgram) - - include_directories (BEFORE include) - - create_single_source_cgal_program( ch_test_CH.cpp ) - create_single_source_cgal_program( ch_test_SC.cpp ) - create_single_source_cgal_program( ch_test_SH.cpp ) - create_single_source_cgal_program( ch_test_SS.cpp ) - -endif()