Merge pull request #5724 from Biswa96/cmake-mingw
cmake: Fix runtime library install location in mingw
This commit is contained in:
commit
32c995afa3
5 changed files with 15 additions and 4 deletions
|
@ -291,7 +291,9 @@ foreach(target IN LISTS target_libraries)
|
|||
install(
|
||||
TARGETS ${target}
|
||||
EXPORT MbedTLSTargets
|
||||
DESTINATION ${LIB_INSTALL_DIR}
|
||||
ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR}
|
||||
LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}
|
||||
RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}
|
||||
PERMISSIONS OWNER_READ OWNER_WRITE GROUP_READ WORLD_READ)
|
||||
endforeach(target)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue