removing the date Macro to avoid error at compile time

as it breaks reproductability, it raises errors
This commit is contained in:
kakwa 2016-12-04 14:27:46 +01:00
parent f1476f5189
commit cf096345af
1 changed files with 1 additions and 0 deletions

View File

@ -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