mirror of
https://github.com/kakwa/uts-server
synced 2024-12-04 23:15:54 +01:00
removing the date Macro to avoid error at compile time
as it breaks reproductability, it raises errors
This commit is contained in:
parent
f1476f5189
commit
cf096345af
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user