Skip to content

Commit

Permalink
Merge pull request #919 from luxonis/xlink_linkid_race_fix
Browse files Browse the repository at this point in the history
XLink fix for multi-threading bootup failures
  • Loading branch information
alex-luxonis authored Nov 24, 2023
2 parents 7b6f022 + 3433a5a commit 3260c38
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cmake/Hunter/config.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ hunter_config(

hunter_config(
XLink
VERSION "luxonis-2021.4.2-develop"
URL "https://github.com/luxonis/XLink/archive/6862ec0e5f82efb1148a0b0a21486aaf9831451c.tar.gz"
SHA1 "450614ab33425b34a62d9de6d65441d95d708710"
VERSION "luxonis-2021.4.2-xlink-linkid-race-fix"
URL "https://github.com/luxonis/XLink/archive/14d4056d9d9dc21de2c6089a4648ddb9e981f418.tar.gz"
SHA1 "14613474368971d67c520f6f911cf88fb6384506"
CMAKE_ARGS
XLINK_ENABLE_LIBUSB=${DEPTHAI_ENABLE_LIBUSB}
)
Expand Down

0 comments on commit 3260c38

Please sign in to comment.