From 1cc1e3f096485e3da63e5c8765fab78732de5802 Mon Sep 17 00:00:00 2001 From: Miraisann Date: Mon, 17 Feb 2025 10:14:47 +0800 Subject: [PATCH] Add comment to CMakeLists.txt --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 93ef2fdef..2f3c8545b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -80,6 +80,7 @@ if (MSVC) if (BUILD_SHARED_LIBS) message(STATUS "Build windows dynamic libs.") else() + # Add this to build windows pure static library. set(CMAKE_MSVC_RUNTIME_LIBRARY "MultiThreaded$<$:Debug>") message(STATUS "Build windows static libs.") endif()