Browse Source

Update libprotobuf.cmake

RPG3D 5 years ago
parent
commit
ce66f6047d
1 changed files with 1 additions and 1 deletions
  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)