Skip to content

Commit

Permalink
BUG: VTK dependency option based on USE_VTK not USE_ITK
Browse files Browse the repository at this point in the history
  • Loading branch information
ntustison committed Nov 2, 2013
1 parent 0ae5658 commit 0cae4b2
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 @@ -101,7 +101,7 @@ option(USE_SYSTEM_SlicerExecutionModel "Build using an externally defined versio
option(USE_VTK "Build tools that depend on VTK" OFF)
CMAKE_DEPENDENT_OPTION(
USE_SYSTEM_VTK "Build using an externally defined version of VTK" OFF
"USE_ITK" OFF
"USE_VTK" OFF
)

option(RUN_SHORT_TESTS "Run the quick unit tests." ON )
Expand Down

0 comments on commit 0cae4b2

Please sign in to comment.