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