Skip to content

Commit 28c9905

Browse files
coryanfowles
authored andcommitted
fix: typo in string(JOIN) workaround (#12698)
My sketch to fix #12672 was wrong. This works for realsies. Closes #12698 COPYBARA_INTEGRATE_REVIEW=#12698 from coryan:fix-cmake-typo-in-string-join-workaround 182d2e2 PiperOrigin-RevId: 530116824
1 parent 1ca4e9c commit 28c9905

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/install.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ list(APPEND _pc_targets "utf8_range")
88

99
set(_protobuf_PC_REQUIRES "")
1010
set(_sep "")
11-
foreach (_target IN LISTS _pc_target_list)
11+
foreach (_target IN LISTS _pc_targets)
1212
string(CONCAT _protobuf_PC_REQUIRES "${_protobuf_PC_REQUIRES}" "${_sep}" "${_target}")
1313
set(_sep " ")
1414
endforeach ()

0 commit comments

Comments
 (0)