mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-01 10:31:31 +02:00
Merge pull request #3695 from Sonicadvance1/remove_mbedtls_header_install
Remove mbedtls header install target.
This commit is contained in:
commit
5b1147f942
1
Externals/mbedtls/CMakeLists.txt
vendored
1
Externals/mbedtls/CMakeLists.txt
vendored
@ -52,4 +52,3 @@ endif()
|
|||||||
include_directories(include/)
|
include_directories(include/)
|
||||||
|
|
||||||
add_subdirectory(library)
|
add_subdirectory(library)
|
||||||
add_subdirectory(include)
|
|
||||||
|
11
Externals/mbedtls/include/CMakeLists.txt
vendored
11
Externals/mbedtls/include/CMakeLists.txt
vendored
@ -1,11 +0,0 @@
|
|||||||
option(INSTALL_MBEDTLS_HEADERS "Install mbed TLS headers." ON)
|
|
||||||
|
|
||||||
if(INSTALL_MBEDTLS_HEADERS)
|
|
||||||
|
|
||||||
file(GLOB headers "mbedtls/*.h")
|
|
||||||
|
|
||||||
install(FILES ${headers}
|
|
||||||
DESTINATION include/mbedtls
|
|
||||||
PERMISSIONS OWNER_READ OWNER_WRITE GROUP_READ WORLD_READ)
|
|
||||||
|
|
||||||
endif(INSTALL_MBEDTLS_HEADERS)
|
|
Loading…
Reference in New Issue
Block a user