Skip to content

Commit

Permalink
upgrade to dcamsdk4 v24.8.6894 (#213)
Browse files Browse the repository at this point in the history
This PR just updates `hdcam.cmake` to add "Hamamatsu_DCAMSDK4_v24026764"
to the cmake search path when looking for the library.

I also added this to Ghanima. So this PR is also demonstrating that the
self-hosted runner on that machine is working as expected.

- I looked to make sure that the right version is being picked up in the
config step. see
[here](https://github.com/acquire-project/acquire-driver-hdcam/actions/runs/10604663052/job/29391807106?pr=213#step:7:64).
  • Loading branch information
nclack authored Aug 29, 2024
1 parent cca5c2d commit 9d500c9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions cmake/hdcam.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@
# folders should be on the system path.
find_path(DCAMSDK_ROOT_DIR
NAMES "dcamsdk4/inc/dcamapi4.h"
PATH_SUFFIXES "Hamamatsu_DCAMSDK4_v22126552"
PATH_SUFFIXES
"Hamamatsu_DCAMSDK4_v24026764"
"Hamamatsu_DCAMSDK4_v22126552"
DOC "Hamamatsu DCAM-SDK location"
NO_CACHE
)
Expand All @@ -23,4 +25,4 @@ if(DCAMSDK_ROOT_DIR)
)
else()
message(STATUS "DCAM-SDK NOT FOUND")
endif()
endif()

0 comments on commit 9d500c9

Please sign in to comment.