Update openpnp-capture and set MSVC runtime lib

This commit is contained in:
capitalistspz
2026-02-24 02:48:33 +00:00
parent f11d731424
commit 7ebb151c57
2 changed files with 2 additions and 1 deletions

View File

@@ -271,5 +271,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$<$<CONFIG:Debug>:Debug>")
endblock()
add_subdirectory(src)