The build is still fixed but, after further review, the zlib dynamic lib is never actually used in the zano build (sorry about that). As such, I think there should be build-consistency until further action is taken regarding any unnecessary dynamic dependency building.
3 lines
120 B
CMake
3 lines
120 B
CMake
add_executable(db_tests db_tests.cpp)
|
|
target_link_libraries(db_tests crypto common lmdb zlibstatic ${Boost_LIBRARIES})
|
|
|