We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8292347 commit 70e1416Copy full SHA for 70e1416
premake5.lua
@@ -4,6 +4,7 @@ project "yamlcpp"
4
kind "StaticLib"
5
language "C++"
6
cppdialect "C++17"
7
+ staticruntime "Off"
8
9
targetdir ("bin/" .. ConfigOutputPath)
10
objdir ("bin-obj/" .. ConfigOutputPath)
@@ -24,7 +25,6 @@ project "yamlcpp"
24
25
26
filter "platforms:x64"
27
system "Windows"
- staticruntime "On"
28
29
filter "configurations:Debug*"
30
runtime "Debug"
0 commit comments