bug: fix build with Ninja (#26)

This commit is contained in:
Carlos O'Ryan 2019-10-17 11:15:39 -04:00 committed by GitHub
parent c1d1b77f30
commit b6c30c0eee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -99,7 +99,7 @@ set(GOOGLEAPIS_CPP_PROTO_FILES
"google/spanner/v1/type.proto")
set(GOOGLEAPIS_CPP_BYPRODUCTS)
foreach (proto ${GOOGLEAPIS_PROTO_FILES})
foreach (proto ${GOOGLEAPIS_CPP_PROTO_FILES})
list(APPEND GOOGLEAPIS_CPP_BYPRODUCTS "${GOOGLEAPIS_CPP_SOURCE}/${proto}")
endforeach ()