From: Tim Kientzle Date: Sun, 18 Jan 2009 08:33:28 +0000 (-0500) Subject: Move the cmake-specific config.h.in into the "cmake" dir. X-Git-Tag: v2.7.0~421 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=28f488bdfd416473827dbcd49dbac584b908357b;p=thirdparty%2Flibarchive.git Move the cmake-specific config.h.in into the "cmake" dir. SVN-Revision: 437 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 22d8c991f..1393e3b3b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -416,8 +416,8 @@ IF(ENABLE_ACL) ENDIF(ENABLE_ACL) -# Generate "config.h" from "config.h.cmake" -CONFIGURE_FILE(${CMAKE_CURRENT_SOURCE_DIR}/config.h.cmake +# Generate "config.h" from "cmake/config.h.in" +CONFIGURE_FILE(${CMAKE_CURRENT_SOURCE_DIR}/cmake/config.h.in ${CMAKE_CURRENT_BINARY_DIR}/config.h) ############################################ diff --git a/config.h.cmake b/cmake/config.h.in similarity index 100% rename from config.h.cmake rename to cmake/config.h.in