diff --git a/cmake/libprotobuf.cmake b/cmake/libprotobuf.cmake index 1a61f1d634ffa..a5be494fb702e 100644 --- a/cmake/libprotobuf.cmake +++ b/cmake/libprotobuf.cmake @@ -122,7 +122,7 @@ if(protobuf_LINK_LIBATOMIC) target_link_libraries(libprotobuf atomic) endif() if(${CMAKE_SYSTEM_NAME} STREQUAL "Android") - target_link_libraries(libprotobuf-lite log) + target_link_libraries(libprotobuf log) endif() target_include_directories(libprotobuf PUBLIC ${protobuf_source_dir}/src) if(MSVC AND protobuf_BUILD_SHARED_LIBS)