diff --git a/CMakeLists.txt b/CMakeLists.txt index 5f30c0f6..2265bdb0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -250,6 +250,8 @@ if (NOT ZArchive_FOUND) add_subdirectory("dependencies/ZArchive" EXCLUDE_FROM_ALL) endif() -add_subdirectory("dependencies/openpnp-capture" EXCLUDE_FROM_ALL SYSTEM) - +block () + set(BUILD_SHARED_LIBS OFF) + add_subdirectory("dependencies/openpnp-capture" EXCLUDE_FROM_ALL SYSTEM) +endblock() add_subdirectory(src) diff --git a/dependencies/openpnp-capture b/dependencies/openpnp-capture index b7765b1d..df8debe3 160000 --- a/dependencies/openpnp-capture +++ b/dependencies/openpnp-capture @@ -1 +1 @@ -Subproject commit b7765b1da5169c662d141534bb877b3665f11227 +Subproject commit df8debe3ecf68da06156be541dae78fe2517c14e