mirror of
https://github.com/rehlds/revoice.git
synced 2025-03-03 17:15:25 +03:00
Change CXX to C compiler condition in silk CMakeLists.txt
This commit is contained in:
parent
1944301509
commit
c5fafac2f4
2
external/silk/CMakeLists.txt
vendored
2
external/silk/CMakeLists.txt
vendored
@ -214,5 +214,5 @@ endif()
|
||||
|
||||
target_compile_options("${TARGET_NAME}"
|
||||
PRIVATE
|
||||
$<IF:$<CXX_COMPILER_ID:MSVC>,/W0,-w>
|
||||
$<IF:$<C_COMPILER_ID:MSVC>,/W0,-w>
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user