Build: Fixed build with boost 1.64

This commit is contained in:
vincent-michael
2017-04-20 20:49:30 +02:00
parent 5233caf092
commit a3dec5cb75
+3 -3
View File
@@ -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)