Skip to content

Commit

Permalink
Try to avoid wrong TIFF header being used on Apple
Browse files Browse the repository at this point in the history
  • Loading branch information
smistad committed Dec 4, 2024
1 parent 4d2b10a commit abff827
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmake/ModuleWholeSlideImaging.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ if(FAST_MODULE_WholeSlideImaging)
tiff.lib
)
elseif(APPLE)
set(CMAKE_IGNORE_PATH "/Library/Frameworks/Mono.framework/Headers") # Avoid wrong TIFF header being used
# Get OpenSlide and TIFF from OS
find_package(OpenSlide REQUIRED)
find_package(TIFF REQUIRED)
Expand Down

0 comments on commit abff827

Please sign in to comment.