Skip to content

Commit

Permalink
Merge pull request #1526 from gdevenyi/default_enable_minc
Browse files Browse the repository at this point in the history
Enable MINC support by default
  • Loading branch information
cookpa committed Apr 21, 2023
2 parents 2d10611 + fbc4cd1 commit dabf36f
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 dabf36f

Please sign in to comment.