mirror of
https://github.com/rehlds/revoice.git
synced 2025-05-09 04:49: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}"
|
target_compile_options("${TARGET_NAME}"
|
||||||
PRIVATE
|
PRIVATE
|
||||||
$<IF:$<CXX_COMPILER_ID:MSVC>,/W0,-w>
|
$<IF:$<C_COMPILER_ID:MSVC>,/W0,-w>
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user