浏览代码

Update libprotobuf.cmake

RPG3D 5 年之前
父节点
当前提交
ce66f6047d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      cmake/libprotobuf.cmake

+ 1 - 1
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)