Skip to content

Commit 1903bda

Browse files
committed
Set 'dynamic' MSVC runtime type for shared library build
1 parent 86b5620 commit 1903bda

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ endif ()
2727

2828
if (JINJA2CPP_BUILD_SHARED)
2929
set(JINJA2CPP_PIC ON)
30+
set(JINJA2CPP_MSVC_RUNTIME_TYPE "/MD")
3031
endif ()
3132

3233
if (NOT JINJA2CPP_DEPS_MODE)

0 commit comments

Comments
 (0)