KitwareMedical / ITKUltrasound

ITK module with classes particularly useful for ultrasound.
http://www.insight-journal.org/browse/publication/722
Apache License 2.0
50 stars 22 forks source link

Getting build error on using the code #227

Closed Remo12392 closed 1 year ago

Remo12392 commented 1 year ago

while trying to build the code using cmake getting a error like CMake Error at CMakeLists.txt:14 (itk_module_add_library): Unknown CMake command "itk_module_add_library".

The command used for building the code is sudo cmake -DModule_SplitComponents=ON -DModule_Strain=ON -DModule_BSplineGradient=ON ../src/ -Wno-dev ../src/

Is the steps followed here is correct and is there any documentation and commands explaining the usage of the module.

dzenanz commented 1 year ago

Duplicate of #226.