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 @@ -100,7 +100,7 @@ if(protobuf_LINK_LIBATOMIC)
100
100
target_link_libraries (libprotobuf-lite PUBLIC atomic )
101
101
endif ()
102
102
if (${CMAKE_SYSTEM_NAME} STREQUAL "Android" )
103
- target_link_libraries (libprotobuf-lite log )
103
+ target_link_libraries (libprotobuf-lite PUBLIC log )
104
104
endif ()
105
105
target_include_directories (libprotobuf-lite PUBLIC ${protobuf_source_dir} /src )
106
106
if (MSVC AND protobuf_BUILD_SHARED_LIBS )
Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ if(protobuf_LINK_LIBATOMIC)
115
115
target_link_libraries (libprotobuf PUBLIC atomic )
116
116
endif ()
117
117
if (${CMAKE_SYSTEM_NAME} STREQUAL "Android" )
118
- target_link_libraries (libprotobuf log )
118
+ target_link_libraries (libprotobuf PUBLIC log )
119
119
endif ()
120
120
target_include_directories (libprotobuf PUBLIC ${protobuf_source_dir} /src )
121
121
if (MSVC AND protobuf_BUILD_SHARED_LIBS )
You can’t perform that action at this time.
0 commit comments