Skip to content

Commit 63dff2b

Browse files
committed
Add library/CMakeList.txt to the changes
Signed-off-by: Luc Schrijvers <begasus@gmail.com>
1 parent 9644a68 commit 63dff2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ foreach(target IN LISTS target_libraries)
349349
# of /library (which currently means: under /3rdparty).
350350
target_include_directories(${target}
351351
PUBLIC $<BUILD_INTERFACE:${MBEDTLS_DIR}/include/>
352-
$<INSTALL_INTERFACE:include/>
352+
$<INSTALL_INTERFACE:${CMAKE_INSTALL_INCLUDEDIR}/>
353353
PRIVATE ${MBEDTLS_DIR}/library/
354354
# Needed to include psa_crypto_driver_wrappers.h
355355
${CMAKE_CURRENT_BINARY_DIR})

0 commit comments

Comments
 (0)