Merge pull request #6629 from concatime/cmake-config-dir

Install CMake files in MbedTLS dir
This commit is contained in:
Manuel Pégourié-Gonnard 2022-12-14 10:30:52 +01:00 committed by GitHub
commit ebf322ddf6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 3 deletions

View file

@ -26,7 +26,7 @@ execute_process(
# Locate the package.
#
set(MbedTLS_DIR "${MbedTLS_INSTALL_DIR}/cmake")
list(INSERT CMAKE_PREFIX_PATH 0 "${MbedTLS_INSTALL_DIR}")
find_package(MbedTLS REQUIRED)
#