diff --git a/.gitmodules b/.gitmodules index 109260dd..9ff86b40 100644 --- a/.gitmodules +++ b/.gitmodules @@ -20,4 +20,5 @@ shallow = true [submodule "dependencies/openpnp-capture"] path = dependencies/openpnp-capture - url = https://github.com/openpnp/openpnp-capture + url = https://github.com/capitalistspz/openpnp-capture + branch = dev diff --git a/CMakeLists.txt b/CMakeLists.txt index f09ba085..0d1e42db 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -231,8 +231,7 @@ endif() add_subdirectory("dependencies/ih264d" EXCLUDE_FROM_ALL) -add_subdirectory("dependencies/openpnp-capture" EXCLUDE_FROM_ALL) -set_target_properties(openpnp-capture PROPERTIES INTERFACE_INCLUDE_DIRECTORIES "") +add_subdirectory("dependencies/openpnp-capture" EXCLUDE_FROM_ALL SYSTEM) find_package(ZArchive) if (NOT ZArchive_FOUND) diff --git a/dependencies/openpnp-capture b/dependencies/openpnp-capture index 8badbbae..ba456ac7 160000 --- a/dependencies/openpnp-capture +++ b/dependencies/openpnp-capture @@ -1 +1 @@ -Subproject commit 8badbbae826a578c2d66deecbffb6a2a079f1817 +Subproject commit ba456ac7572c6e6db49da53d2f4985d65309e582