File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ if(protobuf_LINK_LIBATOMIC)
70
70
target_link_libraries (libprotobuf-lite PUBLIC atomic )
71
71
endif ()
72
72
if (${CMAKE_SYSTEM_NAME} STREQUAL "Android" )
73
- target_link_libraries (libprotobuf-lite log )
73
+ target_link_libraries (libprotobuf-lite PUBLIC log )
74
74
endif ()
75
75
target_include_directories (libprotobuf-lite PUBLIC ${protobuf_source_dir} /src )
76
76
if (MSVC AND protobuf_BUILD_SHARED_LIBS )
Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ if(protobuf_LINK_LIBATOMIC)
122
122
target_link_libraries (libprotobuf PUBLIC atomic )
123
123
endif ()
124
124
if (${CMAKE_SYSTEM_NAME} STREQUAL "Android" )
125
- target_link_libraries (libprotobuf log )
125
+ target_link_libraries (libprotobuf PUBLIC log )
126
126
endif ()
127
127
target_include_directories (libprotobuf PUBLIC ${protobuf_source_dir} /src )
128
128
if (MSVC AND protobuf_BUILD_SHARED_LIBS )
You can’t perform that action at this time.
0 commit comments