Skip to content

Commit

Permalink
link test_cypher_suites to boost libraries
Browse files Browse the repository at this point in the history
our fc library when used outside of eosio was failing here
  • Loading branch information
spoonincode committed Oct 22, 2018
1 parent 1243756 commit ee92179
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/crypto/CMakeLists.txt
@@ -1,4 +1,4 @@
add_executable( test_cypher_suites test_cypher_suites.cpp )
target_link_libraries( test_cypher_suites fc )
target_link_libraries( test_cypher_suites fc ${Boost_LIBRARIES})

add_test(NAME test_cypher_suites COMMAND libraries/fc/test/crypto/test_cypher_suites WORKING_DIRECTORY ${CMAKE_BINARY_DIR})

0 comments on commit ee92179

Please sign in to comment.