mirror of
https://github.com/kakwa/uts-server
synced 2025-01-10 13:44: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:
parent
a56c1d4477
commit
fdb478ca8d
@ -30,6 +30,7 @@ if(BUNDLE_CIVETWEB)
|
|||||||
ExternalProject_Add( civetweb
|
ExternalProject_Add( civetweb
|
||||||
GIT_REPOSITORY https://github.com/civetweb/civetweb
|
GIT_REPOSITORY https://github.com/civetweb/civetweb
|
||||||
GIT_TAG v1.8
|
GIT_TAG v1.8
|
||||||
|
PATCH_COMMAND sed -i s/__DATE__/"110973"/ src/main.c
|
||||||
INSTALL_DIR /usr/local
|
INSTALL_DIR /usr/local
|
||||||
CMAKE_ARGS .. -DCMAKE_INSTALL_PREFIX=/usr
|
CMAKE_ARGS .. -DCMAKE_INSTALL_PREFIX=/usr
|
||||||
-DCIVETWEB_DISABLE_CGI=ON
|
-DCIVETWEB_DISABLE_CGI=ON
|
||||||
|
Loading…
x
Reference in New Issue
Block a user