Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
ollama
Commits
e378e334
Unverified
Commit
e378e334
authored
Aug 05, 2025
by
Daniel Hiltgen
Committed by
GitHub
Aug 05, 2025
Browse files
win: static link msvc libs (#11612)
This should help reduce the runtime dependencies on windows.
parent
fcec04bf
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
CMakePresets.json
CMakePresets.json
+2
-1
No files found.
CMakePresets.json
View file @
e378e334
...
@@ -6,7 +6,8 @@
...
@@ -6,7 +6,8 @@
"binaryDir"
:
"${sourceDir}/build"
,
"binaryDir"
:
"${sourceDir}/build"
,
"installDir"
:
"${sourceDir}/dist"
,
"installDir"
:
"${sourceDir}/dist"
,
"cacheVariables"
:
{
"cacheVariables"
:
{
"CMAKE_BUILD_TYPE"
:
"Release"
"CMAKE_BUILD_TYPE"
:
"Release"
,
"CMAKE_MSVC_RUNTIME_LIBRARY"
:
"MultiThreaded"
}
}
},
},
{
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment