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 b180696 commit 150ea08Copy full SHA for 150ea08
include/CMakeLists.txt
@@ -5,13 +5,13 @@ if(INSTALL_MBEDTLS_HEADERS)
5
file(GLOB headers "mbedtls/*.h")
6
7
install(FILES ${headers}
8
- DESTINATION include/mbedtls
+ DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/mbedtls
9
PERMISSIONS OWNER_READ OWNER_WRITE GROUP_READ WORLD_READ)
10
11
file(GLOB private_headers "mbedtls/private/*.h")
12
13
install(FILES ${private_headers}
14
- DESTINATION include/mbedtls/private
+ DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/mbedtls/private
15
16
endif(INSTALL_MBEDTLS_HEADERS)
17
0 commit comments