Skip to content

Commit 78b159d

Browse files
committed
Turn cppzmq dependency public
Signed-off-by: Uilian Ries <[email protected]>
1 parent cdaca9c commit 78b159d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ target_link_libraries(${BTCPP_LIBRARY}
240240

241241
if(BTCPP_GROOT_INTERFACE)
242242
target_link_libraries(${BTCPP_LIBRARY}
243-
PRIVATE
243+
PUBLIC
244244
$<BUILD_INTERFACE:cppzmq>
245245
)
246246
endif()

0 commit comments

Comments
 (0)