Skip to content

Commit f4470b5

Browse files
committed
Properly mark sqlite3 and cppzmq as public dependencies
I moved then to private as a side effect of BehaviorTree#1012 This introduces linking issues on some scenarios
1 parent 22929a2 commit f4470b5

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
@@ -231,9 +231,9 @@ target_link_libraries(${BTCPP_LIBRARY}
231231
tinyxml2::tinyxml2
232232
minicoro::minicoro
233233
flatbuffers::flatbuffers
234+
PUBLIC
234235
$<$<BOOL:${BTCPP_GROOT_INTERFACE}>:cppzmq>
235236
$<$<BOOL:${BTCPP_SQLITE_LOGGING}>:SQLite::SQLite3>
236-
PUBLIC
237237
${BTCPP_EXTRA_LIBRARIES}
238238
)
239239

0 commit comments

Comments
 (0)