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 29, 2024
2 parents f93402e + 9d500c9 commit 3d0aaa7
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 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 @@ -29,5 +29,10 @@ if(DCAMSDK_ROOT_DIR)
)
endif()
else()
<<<<<<< HEAD
message(FATAL_ERROR "DCAM-SDK NOT FOUND")
endif()
endif()
=======
message(STATUS "DCAM-SDK NOT FOUND")
endif()
>>>>>>> main

0 comments on commit 3d0aaa7

Please sign in to comment.