Skip to content

Commit

Permalink
[squash] next test
Browse files Browse the repository at this point in the history
  • Loading branch information
schaubh committed Dec 14, 2024
1 parent a91c794 commit 5275512
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,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"):
Expand Down

0 comments on commit 5275512

Please sign in to comment.