From b6c30c0eee8a8e0a5971ee87f428febe8d256d05 Mon Sep 17 00:00:00 2001 From: Carlos O'Ryan Date: Thu, 17 Oct 2019 11:15:39 -0400 Subject: [PATCH] bug: fix build with Ninja (#26) --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8b159faa2..6d04e63fa 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 ()