mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-06 16:18:58 +00:00
mbedtls: Remove unwanted "lib" target
This commit is contained in:
parent
7ccbe9b06d
commit
0d73f3e3b3
1 changed files with 4 additions and 4 deletions
8
Externals/mbedtls/library/CMakeLists.txt
vendored
8
Externals/mbedtls/library/CMakeLists.txt
vendored
|
@ -146,7 +146,7 @@ if(USE_SHARED_MBEDTLS_LIBRARY)
|
||||||
target_link_libraries(mbedtls ${libs} mbedx509)
|
target_link_libraries(mbedtls ${libs} mbedx509)
|
||||||
endif(USE_SHARED_MBEDTLS_LIBRARY)
|
endif(USE_SHARED_MBEDTLS_LIBRARY)
|
||||||
|
|
||||||
add_custom_target(lib DEPENDS mbedcrypto mbedx509 mbedtls)
|
#add_custom_target(lib DEPENDS mbedcrypto mbedx509 mbedtls)
|
||||||
if(USE_STATIC_MBEDTLS_LIBRARY AND USE_SHARED_MBEDTLS_LIBRARY)
|
#if(USE_STATIC_MBEDTLS_LIBRARY AND USE_SHARED_MBEDTLS_LIBRARY)
|
||||||
add_dependencies(lib mbedcrypto_static mbedx509_static mbedtls_static)
|
# add_dependencies(lib mbedcrypto_static mbedx509_static mbedtls_static)
|
||||||
endif()
|
#endif()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue