Update CMakeLists.txt
On my Archlinux systems, linking fails unless this change is made.
This commit is contained in:
parent
9cce60c917
commit
d3984dd00d
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ endif()
|
|||
SET (ORIGINAL_LIB_SUFFIXES ${CMAKE_FIND_LIBRARY_SUFFIXES})
|
||||
|
||||
SET(BOOST_COMPONENTS)
|
||||
LIST(APPEND BOOST_COMPONENTS thread date_time system filesystem program_options signals serialization chrono unit_test_framework context locale iostreams regex)
|
||||
LIST(APPEND BOOST_COMPONENTS thread date_time filesystem system program_options signals 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 )
|
||||
|
|
|
|||
Loading…
Reference in a new issue