Skip to content

Commit

Permalink
temp: try to update cmake osx min version to see if it can fix some b…
Browse files Browse the repository at this point in the history
…uild
  • Loading branch information
OlivierLDff committed Aug 17, 2023
1 parent 41ab5a0 commit d91e560
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 3rdparty/vtk/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ if(WIN32)
endif()

if (APPLE)
set (CMAKE_OSX_DEPLOYMENT_TARGET "10.15" CACHE STRING
set (CMAKE_OSX_DEPLOYMENT_TARGET "12.6" CACHE STRING
"Minimum OS X deployment version" FORCE)
endif()

Expand Down

0 comments on commit d91e560

Please sign in to comment.