mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2024-11-15 01:30:06 +00:00
Skip additional mbedcrypto warnings options on MSVC
This commit is contained in:
parent
32c453a5f1
commit
6bb02dcb8a
8
externals/CMakeLists.txt
vendored
8
externals/CMakeLists.txt
vendored
@ -42,9 +42,11 @@ endif()
|
||||
# mbedtls
|
||||
add_subdirectory(mbedtls)
|
||||
target_include_directories(mbedtls PUBLIC ./mbedtls/include)
|
||||
target_compile_options(mbedcrypto PRIVATE
|
||||
-Wno-unused-but-set-variable
|
||||
-Wno-string-concatenation)
|
||||
if (NOT MSVC)
|
||||
target_compile_options(mbedcrypto PRIVATE
|
||||
-Wno-unused-but-set-variable
|
||||
-Wno-string-concatenation)
|
||||
endif()
|
||||
|
||||
# MicroProfile
|
||||
add_library(microprofile INTERFACE)
|
||||
|
Loading…
Reference in New Issue
Block a user