From 8c0ea8de04becd473c326934cbbe4b3f75df1537 Mon Sep 17 00:00:00 2001 From: silverqx Date: Fri, 5 Jul 2024 17:41:24 +0200 Subject: [PATCH] cmake updated comment --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 336e0a87e..487fdf4b2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -120,7 +120,7 @@ when the build type is equal" OFF "CMAKE_EXPORT_PACKAGE_REGISTRY AND NOT TINY_IS_MULTI_CONFIG" OFF ) -# The condition allows to use both mechanism to control dynamic/static, +# The condition allows to use both mechanism to control dynamic/static MSVC CRT linkage, # the CMAKE_MSVC_RUNTIME_LIBRARY or MSVC_RUNTIME_DYNAMIC # Also this isn't allowed with vcpkg as it controls this using triplet (VCPKG_CRT_LINKAGE) feature_option_dependent(MSVC_RUNTIME_DYNAMIC