Skip to content
This repository was archived by the owner on Dec 22, 2021. It is now read-only.

Commit b6c30c0

Browse files
authored
bug: fix build with Ninja (#26)
1 parent c1d1b77 commit b6c30c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ set(GOOGLEAPIS_CPP_PROTO_FILES
9999
"google/spanner/v1/type.proto")
100100

101101
set(GOOGLEAPIS_CPP_BYPRODUCTS)
102-
foreach (proto ${GOOGLEAPIS_PROTO_FILES})
102+
foreach (proto ${GOOGLEAPIS_CPP_PROTO_FILES})
103103
list(APPEND GOOGLEAPIS_CPP_BYPRODUCTS "${GOOGLEAPIS_CPP_SOURCE}/${proto}")
104104
endforeach ()
105105

0 commit comments

Comments
 (0)