From b2395cd725046f3d26bcde05f9c38c585a55c099 Mon Sep 17 00:00:00 2001 From: Kim Kulling Date: Thu, 28 Jan 2021 20:19:47 +0100 Subject: [PATCH] Update CMakeLists.txt --- code/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/code/CMakeLists.txt b/code/CMakeLists.txt index 36c112c64..5df6a8784 100644 --- a/code/CMakeLists.txt +++ b/code/CMakeLists.txt @@ -974,6 +974,7 @@ ELSE() ADD_DEFINITIONS(-DZLIB_DLL) ENDIF() MESSAGE(STATUS "compiling zlib from sources") + configure_file(../contrib/zlib/zconf.h.cmakein ${CMAKE_CURRENT_BINARY_DIR}/zconf.h @ONLY) SET( zlib_SRCS ../contrib/zlib/crc32.h ../contrib/zlib/deflate.h