From 2a65ae60f6215baaf02ce338690e2e9e56a7029c Mon Sep 17 00:00:00 2001 From: capitalistspz Date: Sat, 17 May 2025 21:57:34 +0100 Subject: [PATCH] Update `openpnp-capture` (now statically linkable) --- CMakeLists.txt | 3 ++- dependencies/openpnp-capture | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 929259fd..5974cfe3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -222,8 +222,9 @@ endif() add_subdirectory("dependencies/ih264d" EXCLUDE_FROM_ALL) +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>") +set(BUILD_SHARED_LIBS "") find_package(ZArchive) if (NOT ZArchive_FOUND) diff --git a/dependencies/openpnp-capture b/dependencies/openpnp-capture index 3daf77d3..f8759961 160000 --- a/dependencies/openpnp-capture +++ b/dependencies/openpnp-capture @@ -1 +1 @@ -Subproject commit 3daf77d3d4013238af4c97f0e3ca46c6d3666d1b +Subproject commit f8759961c52228e4c28487ab94bbb7efbe714370