1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-08-07 06:42:56 +03:00

Merge pull request #5724 from Biswa96/cmake-mingw

cmake: Fix runtime library install location in mingw
This commit is contained in:
Dave Rodgman
2022-05-25 13:34:43 +01:00
committed by GitHub
5 changed files with 15 additions and 4 deletions

View File

@@ -23,5 +23,5 @@ endif(INSTALL_MBEDTLS_HEADERS)
install(TARGETS everest
EXPORT MbedTLSTargets
DESTINATION ${LIB_INSTALL_DIR}
DESTINATION ${CMAKE_INSTALL_LIBDIR}
PERMISSIONS OWNER_READ OWNER_WRITE GROUP_READ WORLD_READ)