Update openpnp-capture (now statically linkable)

This commit is contained in:
capitalistspz 2025-05-17 21:57:34 +01:00
parent 307af1297b
commit 2a65ae60f6
2 changed files with 3 additions and 2 deletions

View file

@ -222,8 +222,9 @@ endif()
add_subdirectory("dependencies/ih264d" EXCLUDE_FROM_ALL) add_subdirectory("dependencies/ih264d" EXCLUDE_FROM_ALL)
set(BUILD_SHARED_LIBS OFF)
add_subdirectory("dependencies/openpnp-capture" EXCLUDE_FROM_ALL SYSTEM) add_subdirectory("dependencies/openpnp-capture" EXCLUDE_FROM_ALL SYSTEM)
set_property(TARGET openpnp-capture PROPERTY MSVC_RUNTIME_LIBRARY "MultiThreaded$<$<CONFIG:Debug>:Debug>") set(BUILD_SHARED_LIBS "")
find_package(ZArchive) find_package(ZArchive)
if (NOT ZArchive_FOUND) if (NOT ZArchive_FOUND)

@ -1 +1 @@
Subproject commit 3daf77d3d4013238af4c97f0e3ca46c6d3666d1b Subproject commit f8759961c52228e4c28487ab94bbb7efbe714370