From 54fa233a00607b9436c03c78b50b9107a33baa0a Mon Sep 17 00:00:00 2001 From: Aki Date: Sun, 3 Mar 2024 01:05:28 +0100 Subject: Remove zconf.h to prevent all builds be -dirty --- contrib/zlib/CMakeLists.txt | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'contrib/zlib/CMakeLists.txt') diff --git a/contrib/zlib/CMakeLists.txt b/contrib/zlib/CMakeLists.txt index c3d75e8..247f499 100644 --- a/contrib/zlib/CMakeLists.txt +++ b/contrib/zlib/CMakeLists.txt @@ -60,18 +60,6 @@ if(MSVC) include_directories(${CMAKE_CURRENT_SOURCE_DIR}) endif() -if(NOT CMAKE_CURRENT_SOURCE_DIR STREQUAL CMAKE_CURRENT_BINARY_DIR) - # If we're doing an out of source build and the user has a zconf.h - # in their source tree... - if(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/zconf.h) - message(STATUS "Renaming") - message(STATUS " ${CMAKE_CURRENT_SOURCE_DIR}/zconf.h") - message(STATUS "to 'zconf.h.included' because this file is included with zlib") - message(STATUS "but CMake generates it automatically in the build directory.") - file(RENAME ${CMAKE_CURRENT_SOURCE_DIR}/zconf.h ${CMAKE_CURRENT_SOURCE_DIR}/zconf.h.included) - endif() -endif() - set(ZLIB_PC ${CMAKE_CURRENT_BINARY_DIR}/zlib.pc) configure_file( ${CMAKE_CURRENT_SOURCE_DIR}/zlib.pc.cmakein ${ZLIB_PC} @ONLY) -- cgit v1.1