1
0
Fork 0
forked from lthn/blockchain

db_tests: use static zlib for build consistency

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.
This commit is contained in:
anonimal 2019-02-20 19:47:38 +00:00
parent ad77ef54f5
commit e9d49662e9
No known key found for this signature in database
GPG key ID: 66A76ECF914409F1

View file

@ -1,3 +1,3 @@
add_executable(db_tests db_tests.cpp)
target_link_libraries(db_tests crypto common lmdb zlib ${Boost_LIBRARIES})
target_link_libraries(db_tests crypto common lmdb zlibstatic ${Boost_LIBRARIES})