Skip to content

Commit

Permalink
Set -DCMAKE_OSX_DEPLOYMENT_TARGET=10.15
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyenv committed Feb 12, 2024
1 parent 3911930 commit 6e37282
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libtiledbsoma/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,8 @@ endif()
if(APPLE)
set(CMAKE_MACOSX_RPATH ON)

set(CMAKE_OSX_DEPLOYMENT_TARGET 10.15)

# Don't allow macOS .frameworks to be used for dependencies.
set(CMAKE_FIND_FRAMEWORK NEVER)
endif()
Expand Down

0 comments on commit 6e37282

Please sign in to comment.