Skip to content

Commit efd57da

Browse files
committed
Revert vtk macOS min support to 10.15
1 parent 8af2f8f commit efd57da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

3rdparty/vtk/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ if(WIN32)
3030
endif()
3131

3232
if (APPLE)
33-
set (CMAKE_OSX_DEPLOYMENT_TARGET "12.6" CACHE STRING
33+
set (CMAKE_OSX_DEPLOYMENT_TARGET "10.15" CACHE STRING
3434
"Minimum OS X deployment version" FORCE)
3535
endif()
3636

0 commit comments

Comments
 (0)