Skip to content

Commit

Permalink
Revert vtk macOS min support to 10.15
Browse files Browse the repository at this point in the history
  • Loading branch information
ssheorey committed Oct 23, 2023
1 parent 8af2f8f commit efd57da
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 "12.6" CACHE STRING
set (CMAKE_OSX_DEPLOYMENT_TARGET "10.15" CACHE STRING
"Minimum OS X deployment version" FORCE)
endif()

Expand Down

0 comments on commit efd57da

Please sign in to comment.