mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-09-12 13:19:56 +00:00
Fix out-of-tree builds that use the PSA crypto API headers
This commit is contained in:
committed by
Darryl Green
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.
|
||||
if (NOT ${CMAKE_CURRENT_BINARY_DIR} STREQUAL ${CMAKE_CURRENT_SOURCE_DIR})
|
||||
link_to_source(mbedtls)
|
||||
link_to_source(psa)
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user