From 02a36492a9f57346b3123598371a56f3ad92ac20 Mon Sep 17 00:00:00 2001 From: Charles Marion Date: Fri, 1 Apr 2011 16:00:28 +0200 Subject: [PATCH] ENH: moved CMake to library folder --- CMakeLists.txt | 2 +- {CMake => library/CMake}/CTestCustom.cmake.in | 0 {CMake => library/CMake}/MidasPHPCopy.cmake | 0 {CMake => library/CMake}/SuperBuild.cmake | 0 {CMake => library/CMake}/kwsysDateStamp.cmake | 0 5 files changed, 1 insertion(+), 1 deletion(-) rename {CMake => library/CMake}/CTestCustom.cmake.in (100%) rename {CMake => library/CMake}/MidasPHPCopy.cmake (100%) rename {CMake => library/CMake}/SuperBuild.cmake (100%) rename {CMake => library/CMake}/kwsysDateStamp.cmake (100%) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8fb496b67..8ff6fc3a0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -20,7 +20,7 @@ set( PHP_UNIT CACHE STRING #----------------------------------------------------------------------------- # This should be at the top level for warning suppression -configure_file(${CMAKE_CURRENT_SOURCE_DIR}/CMake/CTestCustom.cmake.in +configure_file(${CMAKE_CURRENT_SOURCE_DIR}/library/CMake/CTestCustom.cmake.in ${CMAKE_CURRENT_BINARY_DIR}/CTestCustom.cmake ) diff --git a/CMake/CTestCustom.cmake.in b/library/CMake/CTestCustom.cmake.in similarity index 100% rename from CMake/CTestCustom.cmake.in rename to library/CMake/CTestCustom.cmake.in diff --git a/CMake/MidasPHPCopy.cmake b/library/CMake/MidasPHPCopy.cmake similarity index 100% rename from CMake/MidasPHPCopy.cmake rename to library/CMake/MidasPHPCopy.cmake diff --git a/CMake/SuperBuild.cmake b/library/CMake/SuperBuild.cmake similarity index 100% rename from CMake/SuperBuild.cmake rename to library/CMake/SuperBuild.cmake diff --git a/CMake/kwsysDateStamp.cmake b/library/CMake/kwsysDateStamp.cmake similarity index 100% rename from CMake/kwsysDateStamp.cmake rename to library/CMake/kwsysDateStamp.cmake