Hello,
I am building TubeTK with latest slicer repository.
TubeTK I have cloned from the following link.
https://github.com/InsightSoftwareConsortium/ITKTubeTK
While I am building slicer along with TubeTK I got the below error.
– Configuring extension directory: TubeTK
CMake Error at D:/W6/S-rel/S-bld/ITK/CMake/ITKModuleAPI.cmake:78 (message):
No such module: “MinimalPathExtraction”
Call Stack (most recent call first):
D:/W6/S-rel/S-bld/ITK/CMake/ITKModuleAPI.cmake:31 (itk_module_load)
D:/W6/S-rel/S-bld/ITK/CMake/ITKModuleAPI.cmake:129 (_itk_module_config_recurse)
D:/W6/S-rel/S-bld/ITK-build/ITKConfig.cmake:86 (itk_module_config)
D:/W6/S-rel/S-bld/TubeTK/CMakeLists.txt:159 (find_package)
– Configuring incomplete, errors occurred!
I have tried by setting below values in CMake -DSlicer_DIR:PATH=%SLICER_BIN_DIR_DBG_X64% -DTubeTK_BUILD_SLICER_EXTENSION:BOOL=ON
.
As per below reference but no luck.
Please let me know about it, How can i build TubeTK with slicer.