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 abff827 commit c5ba2b5
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 @@ -13,6 +13,7 @@ if(FAST_MODULE_WholeSlideImaging)
)
elseif(APPLE)
set(CMAKE_IGNORE_PATH "/Library/Frameworks/Mono.framework/Headers") # Avoid wrong TIFF header being used
set(CMAKE_IGNORE_PREFIX_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 c5ba2b5

Please sign in to comment.