gnu: insight-toolkit: Build shared libraries.

* gnu/packages/image-processing (insight-toolkit) [arguments]
<#:configure-flags>: Replace "-DITK_BUILD_SHARED=ON" with
"-DBUILD_SHARED_LIBS=ON" to build shared libraries.

Change-Id: I0ee891a4ca0eaf969c55905202f04c2ea60ee7e1
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Jake Forster 2025-06-22 00:00:51 +09:30 committed by Ludovic Courtès
parent d6b106b5b4
commit cd8f7f8d89
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -1255,7 +1255,7 @@ libraries designed for computer vision research and implementation.")
#~(list "-DITK_USE_GPU=ON" #~(list "-DITK_USE_GPU=ON"
"-DITK_USE_SYSTEM_LIBRARIES=ON" "-DITK_USE_SYSTEM_LIBRARIES=ON"
"-DITK_USE_SYSTEM_CASTXML=ON" "-DITK_USE_SYSTEM_CASTXML=ON"
"-DITK_BUILD_SHARED=ON" "-DBUILD_SHARED_LIBS=ON"
"-DITK_WRAPPING=ON" "-DITK_WRAPPING=ON"
"-DITK_WRAP_PYTHON=ON" "-DITK_WRAP_PYTHON=ON"
"-DITK_DYNAMIC_LOADING=ON" "-DITK_DYNAMIC_LOADING=ON"