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

Commit

Permalink
bug: fix build with Ninja (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
coryan authored Oct 17, 2019
1 parent c1d1b77 commit b6c30c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 ()

Expand Down

0 comments on commit b6c30c0

Please sign in to comment.