Skip to content

Commit

Permalink
fix: typo in string(JOIN) workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
coryan committed May 6, 2023
1 parent da2c4a6 commit 182d2e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/install.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ list(APPEND _pc_targets "utf8_range")

set(_protobuf_PC_REQUIRES "")
set(_sep "")
foreach (_target IN LISTS _pc_target_list)
foreach (_target IN LISTS _pc_targets)
string(CONCAT _protobuf_PC_REQUIRES "${_protobuf_PC_REQUIRES}" "${_sep}" "${_target}")
set(_sep " ")
endforeach ()
Expand Down

0 comments on commit 182d2e2

Please sign in to comment.