comp error
All checks were successful
eden-license / license-header (pull_request) Successful in 32s
All checks were successful
eden-license / license-header (pull_request) Successful in 32s
Signed-off-by: crueter <crueter@eden-emu.dev>
This commit is contained in:
parent
4a67c0ce3f
commit
1cdec229aa
1 changed files with 8 additions and 0 deletions
8
externals/CMakeLists.txt
vendored
8
externals/CMakeLists.txt
vendored
|
@ -65,6 +65,14 @@ if (mbedtls_ADDED)
|
||||||
-Wno-unused-but-set-variable
|
-Wno-unused-but-set-variable
|
||||||
-Wno-string-concatenation
|
-Wno-string-concatenation
|
||||||
)
|
)
|
||||||
|
elseif(CXX_CLANG)
|
||||||
|
foreach(TARGET mbedtls mbedcrypto mbedx509)
|
||||||
|
target_compile_options(${TARGET} PRIVATE
|
||||||
|
-Wno-switch-default
|
||||||
|
-Wno-undef
|
||||||
|
-Wno-unused-macros
|
||||||
|
)
|
||||||
|
endforeach()
|
||||||
endif()
|
endif()
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue