Skip to content

Commit

Permalink
Enable MINC support by default
Browse files Browse the repository at this point in the history
  • Loading branch information
gdevenyi committed Apr 20, 2023
1 parent 2d10611 commit fbc4cd1
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 @@ -92,7 +92,7 @@ CMAKE_DEPENDENT_OPTION(
"BUILD_STYLE_UTILS" OFF
)

option(ITK_BUILD_MINC_SUPPORT "Build support for MINC2" OFF)
option(ITK_BUILD_MINC_SUPPORT "Build support for MINC2" ON)

set(EXTERNAL_PROJECT_BUILD_TYPE "Release" CACHE STRING "Default build type for support libraries")

Expand Down

0 comments on commit fbc4cd1

Please sign in to comment.