2
0
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:
the_hunter 2025-02-25 00:24:11 +02:00
parent 1944301509
commit c5fafac2f4

View File

@ -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>
)