commit | 451e24c1d8c865999e0cb85306da69103686e959 | [log] [tgz] |
---|---|---|
author | Gilles Peskine <Gilles.Peskine@arm.com> | Wed Jan 02 17:24:41 2019 +0100 |
committer | Darryl Green <darryl.green@arm.com> | Tue Jan 29 16:08:46 2019 +0000 |
tree | 8d260eb65c7451cafb75e95a2a88063010c24c38 | |
parent | 265a171c52852686a56571969de82304c127ee7a [diff] [blame] |
Fix out-of-tree builds that use the PSA crypto API headers
diff --git a/include/CMakeLists.txt b/include/CMakeLists.txt index 67c66c8..4621271 100644 --- a/include/CMakeLists.txt +++ b/include/CMakeLists.txt
@@ -18,4 +18,5 @@ # 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()