1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-04 00:05:56 +02:00

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
+1
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")