Skip to content

Commit

Permalink
Update libprotobuf.cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
RPG3D authored and acozzette committed Oct 13, 2020
1 parent 6aaa40f commit ce66f60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/libprotobuf.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit ce66f60

Please sign in to comment.