Skip to content

Commit

Permalink
Merge branch 'main' into 210-add-linux-support
Browse files Browse the repository at this point in the history
  • Loading branch information
jeskesen committed Aug 30, 2024
2 parents f93402e + 9d500c9 commit 0e32d78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake/hdcam.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
find_path(DCAMSDK_ROOT_DIR
NAMES "dcamsdk4/inc/dcamapi4.h"
PATH_SUFFIXES
"Hamamatsu_DCAMSDK4_v22126552"
"Hamamatsu_DCAMSDK4_v24026764"
"Hamamatsu_DCAMSDK4_v22126552"
DOC "Hamamatsu DCAM-SDK location"
NO_CACHE
)
Expand All @@ -30,4 +30,4 @@ if(DCAMSDK_ROOT_DIR)
endif()
else()
message(FATAL_ERROR "DCAM-SDK NOT FOUND")
endif()
endif()

0 comments on commit 0e32d78

Please sign in to comment.