From 8fffd6f0061998e1147b88393e3ca87f29f3ef94 Mon Sep 17 00:00:00 2001 From: capitalistspz Date: Tue, 24 Feb 2026 02:48:33 +0000 Subject: [PATCH] Update `openpnp-capture` and set MSVC runtime lib --- CMakeLists.txt | 1 + dependencies/openpnp-capture | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2265bdb0..30cdbae6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -253,5 +253,6 @@ endif() block () set(BUILD_SHARED_LIBS OFF) add_subdirectory("dependencies/openpnp-capture" EXCLUDE_FROM_ALL SYSTEM) + set_property(TARGET openpnp-capture PROPERTY MSVC_RUNTIME_LIBRARY "MultiThreaded$<$:Debug>") endblock() add_subdirectory(src) diff --git a/dependencies/openpnp-capture b/dependencies/openpnp-capture index 18591941..218bb145 160000 --- a/dependencies/openpnp-capture +++ b/dependencies/openpnp-capture @@ -1 +1 @@ -Subproject commit 18591941719746679709c3eff77404a5a240d7a1 +Subproject commit 218bb145dd0f00110726941bcff67e14700def6e