Skip to content

Commit

Permalink
ENH: getting rid of mandatory vtk download
Browse files Browse the repository at this point in the history
  • Loading branch information
stnava authored and hjmjohnson committed Jan 18, 2013
1 parent 86ff268 commit 9a48da6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SuperBuild.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ option(USE_SYSTEM_VTK "Build using an externally defined version of VTK" OFF)
set(ITK_EXTERNAL_NAME ITKv${ITK_VERSION_MAJOR})

#set(${LOCAL_PROJECT_NAME}_DEPENDENCIES ${ITK_EXTERNAL_NAME} VTK SlicerExecutionModel)
set(${LOCAL_PROJECT_NAME}_DEPENDENCIES ${ITK_EXTERNAL_NAME} VTK)
set(${LOCAL_PROJECT_NAME}_DEPENDENCIES ${ITK_EXTERNAL_NAME} )

if(BUILD_STYLE_UTILS)
list(APPEND ${LOCAL_PROJECT_NAME}_DEPENDENCIES Cppcheck KWStyle Uncrustify)
Expand Down

0 comments on commit 9a48da6

Please sign in to comment.