1
0
Fork 0
forked from lthn/blockchain

Merge pull request #14 from anonimal/zlib-static

db_tests: use static zlib for build consistency
This commit is contained in:
cryptozoidberg 2019-03-02 19:46:13 +01:00 committed by GitHub
commit 4516396385
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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})