mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-03-29 22:20:30 +00:00
Fix out-of-tree builds that use the PSA crypto API headers
This commit is contained in:
parent
265a171c52
commit
451e24c1d8
@ -18,4 +18,5 @@ endif(INSTALL_MBEDTLS_HEADERS)
|
|||||||
# Make config.h available in an out-of-source build. ssl-opt.sh requires it.
|
# Make config.h available in an out-of-source build. ssl-opt.sh requires it.
|
||||||
if (NOT ${CMAKE_CURRENT_BINARY_DIR} STREQUAL ${CMAKE_CURRENT_SOURCE_DIR})
|
if (NOT ${CMAKE_CURRENT_BINARY_DIR} STREQUAL ${CMAKE_CURRENT_SOURCE_DIR})
|
||||||
link_to_source(mbedtls)
|
link_to_source(mbedtls)
|
||||||
|
link_to_source(psa)
|
||||||
endif()
|
endif()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user