build: disable the tests of sinsp/scap deps

Co-authored-by: Lorenzo Fontana <lo@linux.com>
Signed-off-by: Leonardo Di Donato <leodidonato@gmail.com>
This commit is contained in:
Leonardo Di Donato
2020-01-20 14:11:43 +00:00
committed by poiana
parent a793de1793
commit 3f06ed0ab0

View File

@@ -46,6 +46,9 @@ add_dependencies(sinsp tbb b64 luajit)
# explicitly force this dependency to use the system OpenSSL
set(USE_BUNDLED_OPENSSL OFF)
# explicitly disable the tests of this dependency
set(CREATE_TEST_TARGETS OFF)
if(USE_BUNDLED_DEPS)
add_dependencies(scap grpc curl jq)
endif()