mirror of
https://github.com/falcosecurity/falco.git
synced 2025-07-01 00:52:16 +00:00
build: BUILD_BYPRODUCTS for civetweb
The BUILD_BYPRODUCTS for the civetweb target is needed so that when Falco is built using Ninja the falco target can have a reference to understand what target is building the civetweb lib and do the build automatically without having to do `ninja civetweb` first. Signed-off-by: Lorenzo Fontana <lo@linux.com>
This commit is contained in:
parent
648bb6294f
commit
12b7ff9940
@ -172,6 +172,7 @@ if(NOT MINIMAL_BUILD)
|
|||||||
COMMAND ${CMAKE_COMMAND} -E make_directory ${CIVETWEB_SRC}/install/include
|
COMMAND ${CMAKE_COMMAND} -E make_directory ${CIVETWEB_SRC}/install/include
|
||||||
BUILD_IN_SOURCE 1
|
BUILD_IN_SOURCE 1
|
||||||
BUILD_COMMAND ${CMD_MAKE} COPT="-DNO_FILES" WITH_CPP=1
|
BUILD_COMMAND ${CMD_MAKE} COPT="-DNO_FILES" WITH_CPP=1
|
||||||
|
BUILD_BYPRODUCTS ${CIVETWEB_LIB}
|
||||||
INSTALL_COMMAND ${CMD_MAKE} COPT="-DNO_FILES" install-lib install-headers PREFIX=${CIVETWEB_SRC}/install "WITH_CPP=1")
|
INSTALL_COMMAND ${CMD_MAKE} COPT="-DNO_FILES" install-lib install-headers PREFIX=${CIVETWEB_SRC}/install "WITH_CPP=1")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user