Skip to content

Commit

Permalink
Merge pull request #27 from updega2/2017-12-07-fix_vtk_url
Browse files Browse the repository at this point in the history
DEV: Mac currently using vtk 7
  • Loading branch information
updega2 authored Dec 8, 2017
2 parents 1f9ce3e + f7b6030 commit 8cc09ba
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Externals/CMakeExternals/SvExtOptions.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,9 @@ mark_as_advanced(SV_EXTERNALS_GIT_URL)
# and optional install dirname. Order matters; put independent packages first
#-----------------------------------------------------------------------------
# VTK
sv_externals_add_new_external(VTK 6.2.0 ON OFF vtk vtk)
if(APPLE)
sv_externals_add_new_external(VTK 7.0.0 ON OFF vtk vtk)
else()
sv_externals_add_new_external(VTK 6.2.0 ON OFF vtk vtk)
endif()
#-----------------------------------------------------------------------------

0 comments on commit 8cc09ba

Please sign in to comment.