Skip to content

Commit e4891f0

Browse files
committed
Try using PUBLIC in wpimathproto target_link_libraries
1 parent 71f9a00 commit e4891f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wpimath/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ target_include_directories(
4242
$<INSTALL_INTERFACE:${include_dest}/wpimath>
4343
)
4444

45-
target_link_libraries(wpimathproto ${Protobuf_LIBRARIES})
45+
target_link_libraries(wpimathproto PUBLIC ${Protobuf_LIBRARIES})
4646

4747
function(quickbuf_generate SRCS JAVA_PACKAGE)
4848
if(NOT ARGN)

0 commit comments

Comments
 (0)