1
0
mirror of https://github.com/kakwa/uts-server synced 2024-06-05 10:37:49 +02: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 f1476f5189
commit cf096345af

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