tests build and run

This commit is contained in:
CJ Cobb
2021-05-25 21:14:47 +00:00
parent db0595c083
commit 7759d86087
2 changed files with 22 additions and 2 deletions

View File

@@ -97,7 +97,6 @@ if(NOT cassandra)
file(TO_CMAKE_PATH "${libuv_src_SOURCE_DIR}" libuv_src_SOURCE_DIR)
endif()
add_library (cassandra STATIC IMPORTED GLOBAL)
ExternalProject_Add(cassandra_src
PREFIX ${nih_cache_path}
@@ -148,6 +147,9 @@ if(NOT cassandra)
else()
target_link_libraries(cassandra INTERFACE ${zlib})
endif()
set(OPENSSL_USE_STATIC_LIBS TRUE)
find_package(OpenSSL REQUIRED)
target_link_libraries(cassandra INTERFACE OpenSSL::SSL)
file(TO_CMAKE_PATH "${cassandra_src_SOURCE_DIR}" cassandra_src_SOURCE_DIR)
target_link_libraries(reporting PUBLIC cassandra)