From 68a5bdb799beb66e2999a0a059b112926d66f4d3 Mon Sep 17 00:00:00 2001 From: vil02 <65706193+vil02@users.noreply.github.com> Date: Wed, 8 Oct 2025 19:26:00 +0200 Subject: [PATCH] Resolve cmake mis-matching arguments warning --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0bbbe98b6..d6056bf85 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -33,7 +33,7 @@ else () -fsanitize=leak ) endif(SANITIZE) -endif(NOT MSVC) +endif(MSVC) # set up CPM.cmake if(CPM_SOURCE_CACHE)