From cf096345af55fd249eb7a341f01deaa40bc37fbc Mon Sep 17 00:00:00 2001 From: kakwa Date: Sun, 4 Dec 2016 14:27:46 +0100 Subject: [PATCH] removing the date Macro to avoid error at compile time as it breaks reproductability, it raises errors --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6d84ae1..301a492 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -30,6 +30,7 @@ if(BUNDLE_CIVETWEB) ExternalProject_Add( civetweb GIT_REPOSITORY https://github.com/civetweb/civetweb GIT_TAG v1.8 + PATCH_COMMAND sed -i s/__DATE__/"110973"/ src/main.c INSTALL_DIR /usr/local CMAKE_ARGS .. -DCMAKE_INSTALL_PREFIX=/usr -DCIVETWEB_DISABLE_CGI=ON