fix cmake syntax

This commit is contained in:
MiO 2026-05-13 21:05:53 +02:00
parent f43b41b243
commit 344c112fb0
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ add_library(${TARGET_NAME} STATIC
${_QRC_SRCS}
)
if (!MSVC)
if (NOT MSVC)
target_compile_options(${TARGET_NAME} PRIVATE -Wno-deprecated-declarations)
endif()