We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9644a68 commit 63dff2bCopy full SHA for 63dff2b
library/CMakeLists.txt
@@ -349,7 +349,7 @@ foreach(target IN LISTS target_libraries)
349
# of /library (which currently means: under /3rdparty).
350
target_include_directories(${target}
351
PUBLIC $<BUILD_INTERFACE:${MBEDTLS_DIR}/include/>
352
- $<INSTALL_INTERFACE:include/>
+ $<INSTALL_INTERFACE:${CMAKE_INSTALL_INCLUDEDIR}/>
353
PRIVATE ${MBEDTLS_DIR}/library/
354
# Needed to include psa_crypto_driver_wrappers.h
355
${CMAKE_CURRENT_BINARY_DIR})
0 commit comments