1
0
mirror of https://github.com/kakwa/uts-server synced 2025-01-10 05:34:29 +01:00

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 a56c1d4477
commit fdb478ca8d

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