bug: fix build with Ninja (#26)
This commit is contained in:
parent
c1d1b77f30
commit
b6c30c0eee
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ set(GOOGLEAPIS_CPP_PROTO_FILES
|
||||||
"google/spanner/v1/type.proto")
|
"google/spanner/v1/type.proto")
|
||||||
|
|
||||||
set(GOOGLEAPIS_CPP_BYPRODUCTS)
|
set(GOOGLEAPIS_CPP_BYPRODUCTS)
|
||||||
foreach (proto ${GOOGLEAPIS_PROTO_FILES})
|
foreach (proto ${GOOGLEAPIS_CPP_PROTO_FILES})
|
||||||
list(APPEND GOOGLEAPIS_CPP_BYPRODUCTS "${GOOGLEAPIS_CPP_SOURCE}/${proto}")
|
list(APPEND GOOGLEAPIS_CPP_BYPRODUCTS "${GOOGLEAPIS_CPP_SOURCE}/${proto}")
|
||||||
endforeach ()
|
endforeach ()
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue