From c54afb59055a92c3dc5c44fc28f8a873630ed9f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Milo=C5=A1=20Komar=C4=8Devi=C4=87?= Date: Thu, 14 Sep 2023 10:28:11 +0200 Subject: [PATCH] Fix MSVC Conan profile (cherry picked from commit d954a4a698080bb78bf5f0ef138047f57e7e720a) --- cmake/msvc_conan_profiles/msvc2019Release64 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmake/msvc_conan_profiles/msvc2019Release64 b/cmake/msvc_conan_profiles/msvc2019Release64 index 29945336..f0d4e20e 100755 --- a/cmake/msvc_conan_profiles/msvc2019Release64 +++ b/cmake/msvc_conan_profiles/msvc2019Release64 @@ -1,9 +1,9 @@ [build_requires] [settings] arch=x86_64 -build_type=Debug +build_type=Release compiler=Visual Studio -compiler.runtime=MDd +compiler.runtime=MD compiler.version=16 os=Windows arch_build=x86_64