Build: Fixed build with boost 1.64
This commit is contained in:
@@ -61,6 +61,8 @@ target_include_directories(common
|
||||
${CMAKE_CURRENT_BINARY_DIR})
|
||||
|
||||
target_link_libraries(common
|
||||
PRIVATE
|
||||
process
|
||||
PUBLIC
|
||||
boost
|
||||
fmt
|
||||
@@ -71,9 +73,7 @@ target_link_libraries(common
|
||||
openssl
|
||||
valgrind
|
||||
threads
|
||||
jemalloc
|
||||
PRIVATE
|
||||
process)
|
||||
jemalloc)
|
||||
|
||||
add_dependencies(common revision_data.h)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user