From 482d8a6f1c889af1022b2e71c7c636b15e31af0a Mon Sep 17 00:00:00 2001 From: Hanspeter Schaub Date: Sat, 14 Dec 2024 10:15:45 -0700 Subject: [PATCH] [squash] next test --- conanfile.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/conanfile.py b/conanfile.py index bc306dffa3..827a567e8c 100644 --- a/conanfile.py +++ b/conanfile.py @@ -283,6 +283,9 @@ def generate(self): self.options["*"].shared = True print("cmake generator set to: " + statusColor + generatorString + endColor) + if self.info.settings.compiler == "Visual Studio": + tc.cache_variables["CONAN_LINK_RUNTIME_MULTI"] = tc.cache_variables["CONAN_LINK_RUNTIME"] + tc.cache_variables["CONAN_LINK_RUNTIME"] = False tc.cache_variables["BUILD_OPNAV"] = bool(self.options.get_safe("opNav")) tc.cache_variables["BUILD_VIZINTERFACE"] = bool(self.options.get_safe("vizInterface")) if self.options.get_safe("pathToExternalModules"):