We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86b5620 commit 1903bdaCopy full SHA for 1903bda
CMakeLists.txt
@@ -27,6 +27,7 @@ endif ()
27
28
if (JINJA2CPP_BUILD_SHARED)
29
set(JINJA2CPP_PIC ON)
30
+ set(JINJA2CPP_MSVC_RUNTIME_TYPE "/MD")
31
endif ()
32
33
if (NOT JINJA2CPP_DEPS_MODE)
0 commit comments