Skip to content

Commit 182d2e2

Browse files
committed
fix: typo in string(JOIN) workaround
1 parent da2c4a6 commit 182d2e2

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)