From 344c112fb07db2ceefe4ac822a18c89ae82d3d33 Mon Sep 17 00:00:00 2001 From: MiO Date: Wed, 13 May 2026 21:05:53 +0200 Subject: [PATCH] fix cmake syntax --- 3rdparty/QtPropertyBrowser/src/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/3rdparty/QtPropertyBrowser/src/CMakeLists.txt b/3rdparty/QtPropertyBrowser/src/CMakeLists.txt index b55bfbce..83717cbe 100644 --- a/3rdparty/QtPropertyBrowser/src/CMakeLists.txt +++ b/3rdparty/QtPropertyBrowser/src/CMakeLists.txt @@ -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()