Skip to content

Commit

Permalink
Merge pull request #101 from bitshares/jmj_1512
Browse files Browse the repository at this point in the history
Remove boost signals
  • Loading branch information
jmjatlanta authored Jan 6, 2019
2 parents df7b4e6 + e751cf2 commit 2baa7df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ endif()
SET (ORIGINAL_LIB_SUFFIXES ${CMAKE_FIND_LIBRARY_SUFFIXES})

SET(BOOST_COMPONENTS)
LIST(APPEND BOOST_COMPONENTS thread date_time filesystem system program_options signals serialization chrono unit_test_framework context locale iostreams regex)
LIST(APPEND BOOST_COMPONENTS thread date_time filesystem system program_options serialization chrono unit_test_framework context locale iostreams regex)
SET( Boost_USE_STATIC_LIBS ON CACHE STRING "ON or OFF" )

IF( ECC_IMPL STREQUAL openssl )
Expand Down

0 comments on commit 2baa7df

Please sign in to comment.