Skip to content

Commit

Permalink
Make CPPZMQ::CPPZMQ a public dep (#173)
Browse files Browse the repository at this point in the history
Signed-off-by: Juan Oxoby <[email protected]>

Co-authored-by: Juan Oxoby <[email protected]>
Co-authored-by: Carlos Agüero <[email protected]>
  • Loading branch information
3 people authored Sep 5, 2020
1 parent 11c0143 commit b6e7c38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ target_link_libraries(${PROJECT_LIBRARY_TARGET_NAME}
PUBLIC
ignition-cmake${IGN_CMAKE_VER}::utilities
ignition-msgs${IGN_MSGS_VER}::ignition-msgs${IGN_MSGS_VER}
CPPZMQ::CPPZMQ
PRIVATE
${ZeroMQ_TARGET}
CPPZMQ::CPPZMQ
)

# Windows system library provides UUID
Expand Down

0 comments on commit b6e7c38

Please sign in to comment.