diff options
author | Sree Kuchibhotla <sreek@google.com> | 2017-12-04 12:14:18 -0800 |
---|---|---|
committer | Sree Kuchibhotla <sreek@google.com> | 2017-12-04 12:14:18 -0800 |
commit | 9a434371e2f582675880239c1d0d5d85081761d8 (patch) | |
tree | 935e23c511274413add36f5c175a6c2bee8afe1d /templates/CMakeLists.txt.template | |
parent | 4ca35636fe3c5d1e936d4cc03d18efb4be2824b8 (diff) | |
parent | c3b1e55a3c6af7c39ed1a6d7dea3463ba6194449 (diff) |
Merge branch 'master' into rq-fix
Diffstat (limited to 'templates/CMakeLists.txt.template')
-rw-r--r-- | templates/CMakeLists.txt.template | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/CMakeLists.txt.template b/templates/CMakeLists.txt.template index 0be5d14cfe..f89371057f 100644 --- a/templates/CMakeLists.txt.template +++ b/templates/CMakeLists.txt.template @@ -280,6 +280,7 @@ elseif("<%text>${gRPC_SSL_PROVIDER}</%text>" STREQUAL "package") find_package(OpenSSL REQUIRED) set(_gRPC_SSL_LIBRARIES <%text>${OPENSSL_LIBRARIES}</%text>) + include_directories(<%text>${OPENSSL_INCLUDE_DIR}</%text>) set(_gRPC_FIND_SSL "if(NOT OPENSSL_FOUND)\n find_package(OpenSSL)\nendif()") endif() |