gnu: insight-toolkit: Build with ITKReview module.

* gnu/packages/image-processing.scm (insight-toolkit)[arguments]
<#:configure-flags>: Set the Module_ITKReview CMake flag.

Change-Id: If3ab92b166d2fb78336a86846208773a23bc8eed
Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
Ghislain Vaillant 2025-08-21 17:25:16 +02:00 committed by Andreas Enge
parent 20077256fa
commit b964ac17dd
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -1354,6 +1354,7 @@ libraries designed for computer vision research and implementation.")
"-DModule_MorphologicalContourInterpolation=ON"
"-DModule_SimpleITKFilters=ON"
"-DModule_GenericLabelInterpolator=ON"
"-DModule_ITKReview:BOOL=ON"
"-DCMAKE_CXX_STANDARD=17"
"-DBUILD_TESTING=OFF")