1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-30 22:43:08 +03:00

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
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)
#