diff options
author | Carlos O'Ryan <coryan@google.com> | 2019-07-01T18·39-0400 |
---|---|---|
committer | Carlos O'Ryan <coryan@google.com> | 2019-07-01T18·39-0400 |
commit | 620940a411b3723e1641dc253e5a15d27852f515 (patch) | |
tree | 91915b66a282dc47509682756d600a1e0430fb41 /CMakeLists.txt | |
parent | eab5cb57dd38531023b1e7e7a529882c268d1333 (diff) |
Fix installation path for protos.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index edc8f2320562..d9894ff28802 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -267,7 +267,7 @@ install(TARGETS ${googleapis_cpp_installed_libraries_list} foreach (target ${googleapis_cpp_installed_libraries_list}) google_cloud_cpp_install_proto_library_headers("${target}") - google_cloud_cpp_install_proto_library_protos("${target}") + google_cloud_cpp_install_proto_library_protos("${target}" "${GOOGLEAPIS_CPP_SOURCE}") endforeach () # Export the CMake targets to make it easy to create configuration files. |