From 8790fa2088b47f70c1f76d11ca06429fadf73d0b Mon Sep 17 00:00:00 2001 From: Krzysztof Stachowiak Date: Fri, 8 Apr 2022 10:08:49 +0100 Subject: [PATCH] Add ChangeLog entry Signed-off-by: Dave Rodgman --- ChangeLog.d/static_link_common_runtime_msvc.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 ChangeLog.d/static_link_common_runtime_msvc.txt diff --git a/ChangeLog.d/static_link_common_runtime_msvc.txt b/ChangeLog.d/static_link_common_runtime_msvc.txt new file mode 100644 index 0000000000..6104943ad1 --- /dev/null +++ b/ChangeLog.d/static_link_common_runtime_msvc.txt @@ -0,0 +1,3 @@ +Changes + * Add a CMake option that enables static linking of the runtime library + in Microsoft Visual C++ compiler. Contributed by Microplankton.