Skip to content

Commit

Permalink
COMP: Ensure that setting Slicer_USE_PYTHONQT to OFF also disable Sim…
Browse files Browse the repository at this point in the history
…pleITk
  • Loading branch information
jcfr committed Aug 2, 2023
1 parent ce1ab3d commit ebf58b0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,9 @@ option(Slicer_USE_QtTesting "Integrate QtTesting framework into Slicer." ON)
mark_as_advanced(Slicer_USE_QtTesting)
mark_as_superbuild(Slicer_USE_QtTesting)

option(Slicer_USE_SimpleITK "Build Slicer with SimpleITK support" ON)
CMAKE_DEPENDENT_OPTION(
Slicer_USE_SimpleITK "Build Slicer with SimpleITK support" ON
"Slicer_USE_PYTHONQT" OFF)
mark_as_superbuild(Slicer_USE_SimpleITK)

option(Slicer_BUILD_PARAMETERSERIALIZER_SUPPORT "Build Slicer with parameter serializer support" OFF)
Expand Down

0 comments on commit ebf58b0

Please sign in to comment.