From 89b07886e5349fd4b0ebfa4c4628c2e4c62a2165 Mon Sep 17 00:00:00 2001 From: Fernando Cacciola Date: Fri, 18 Jul 2008 14:23:08 +0000 Subject: [PATCH] Removed CMake as a standalone "package" (now part of Installation and others) --- .gitattributes | 2 +- {CMake => Installation}/src/CMakeLists.txt | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename {CMake => Installation}/src/CMakeLists.txt (100%) diff --git a/.gitattributes b/.gitattributes index c940af6268c..1ca9d0a97dd 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1571,7 +1571,6 @@ CGALimageIO/src/CGALimageIO/CGALimageIO_71.vcproj eol=crlf CGALimageIO/src/CGALimageIO/CGALimageIO_80.vcproj eol=crlf CGALimageIO/src/CGALimageIO/CMakeLists.txt -text CGALimageIO/src/CGALimageIO/local_makefile -text -CMake/src/CMakeLists.txt -text Circular_kernel_2/Benchmarks/parser/Report.pdf -text svneol=unset#application/pdf Circular_kernel_2/Benchmarks/readme.doc -text svneol=unset#application/msword Circular_kernel_2/Benchmarks/readme.pdf -text svneol=unset#application/pdf @@ -2038,6 +2037,7 @@ Installation/config/support/print_TAUCS_version.cpp -text Installation/config/support/print_ZLIB_version.cpp -text Installation/config/support/test_BOOST_THREAD.cpp -text Installation/src/CGAL/all_files.cpp -text +Installation/src/CMakeLists.txt -text Interpolation/doc_tex/Interpolation/nn_coords.eps -text svneol=unset#application/postscript Interpolation/doc_tex/Interpolation/nn_coords.gif -text svneol=unset#image/gif Interpolation/doc_tex/Interpolation/nn_coords.ipe -text svneol=unset#application/postscript diff --git a/CMake/src/CMakeLists.txt b/Installation/src/CMakeLists.txt similarity index 100% rename from CMake/src/CMakeLists.txt rename to Installation/src/CMakeLists.txt