Skip to content

Commit

Permalink
fix pkg-config protobuf library not dependes from utf8_range
Browse files Browse the repository at this point in the history
  • Loading branch information
mdionisio committed Jul 1, 2024
1 parent 419760f commit d27a0a3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmake/install.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ foreach(_target IN LISTS protobuf_ABSL_USED_TARGETS)
string(REPLACE :: _ _modified_target ${_modified_target})
list(APPEND _pc_targets ${_modified_target})
endforeach()
list(APPEND _pc_targets "utf8_range")

set(_protobuf_PC_REQUIRES "")
set(_sep "")
Expand Down

0 comments on commit d27a0a3

Please sign in to comment.