mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-06 21:40:05 +00:00
Remove mbedtls header install target.
This commit is contained in:
parent
8e1aff34df
commit
ee6104d1cd
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…
x
Reference in New Issue
Block a user