mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-06 06:51:18 +12:00
Use alternate repo for openpnp-capture, simplify CMakeLists.txt
This commit is contained in:
parent
4d59741b25
commit
cdd178d68d
3 changed files with 4 additions and 4 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
|
2
dependencies/openpnp-capture
vendored
2
dependencies/openpnp-capture
vendored
|
@ -1 +1 @@
|
|||
Subproject commit 8badbbae826a578c2d66deecbffb6a2a079f1817
|
||||
Subproject commit ba456ac7572c6e6db49da53d2f4985d65309e582
|
Loading…
Add table
Add a link
Reference in a new issue