Adding log to other boost find package.
This commit is contained in:
parent
8fe96558df
commit
99fb756386
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ endif()
|
|||
set(Boost_USE_MULTI_THREADED ON)
|
||||
find_package( Boost 1.54.0
|
||||
REQUIRED unit_test_framework system regex date_time thread filesystem
|
||||
program_options chrono atomic )
|
||||
program_options chrono atomic log log_setup )
|
||||
|
||||
if (CPP-NETLIB_ENABLE_HTTPS)
|
||||
find_package( OpenSSL )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue