aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorDavid Benjamin <davidben@google.com>2023-01-29 15:17:38 -0500
committerBoringssl LUCI CQ <boringssl-scoped@luci-project-accounts.iam.gserviceaccount.com>2023-02-01 20:07:18 +0000
commit31f1466a613774369053a94eabbae38fb9cbb7f9 (patch)
tree1604725c59318a99ce62a7417a16d3767ddbce42 /CMakeLists.txt
parenta1c79226137e8f60ed572dabdd2435f1f942be0f (diff)
downloadboringssl-31f1466a613774369053a94eabbae38fb9cbb7f9.zip
boringssl-31f1466a613774369053a94eabbae38fb9cbb7f9.tar.gz
boringssl-31f1466a613774369053a94eabbae38fb9cbb7f9.tar.bz2
Move OpenSSLConfig.cmake into the cmake/ directory
We've already put perlasm.cmake in there. I figure CMake helper files can go in there. It also seems to match what other projects too. Change-Id: Ief6b10cf4e80b8d4b52ca53b90aa425b32037e52 Reviewed-on: https://boringssl-review.googlesource.com/c/boringssl/+/56566 Auto-Submit: David Benjamin <davidben@google.com> Reviewed-by: Adam Langley <agl@google.com> Commit-Queue: David Benjamin <davidben@google.com>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 6085713..536d83e 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -611,4 +611,4 @@ install(EXPORT OpenSSLTargets
NAMESPACE OpenSSL::
DESTINATION lib/cmake/OpenSSL
)
-install(FILES OpenSSLConfig.cmake DESTINATION lib/cmake/OpenSSL)
+install(FILES cmake/OpenSSLConfig.cmake DESTINATION lib/cmake/OpenSSL)