aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/common/CMakeLists.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/common/CMakeLists.txt b/src/common/CMakeLists.txt
index 82b74f13efb..626e1706098 100644
--- a/src/common/CMakeLists.txt
+++ b/src/common/CMakeLists.txt
@@ -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)