Skip to content

Commit

Permalink
ENH: Upgrade version of TubeTK
Browse files Browse the repository at this point in the history
This new version of TubeTK features
* Directory structure and build process mirrors ITKModuleTemplate
* Builds without special requirements beyond -DModule_TubeTK=On
* Does not rely on LibSVM or RandomForest - those options are now
   eliminated because they did not add functionality
* Improved example scripts
* Only builds one library (TubeTK) - eliminating other TubeTKLibs
   enables  packaging, installation, and usage outide of ITK
  • Loading branch information
aylward committed Apr 3, 2020
1 parent 6eb74e0 commit 3de18fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Modules/Remote/TubeTK.remote.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@ itk_fetch_module(TubeTK
"
MODULE_COMPLIANCE_LEVEL 3
GIT_REPOSITORY ${git_protocol}://github.com/InsightSoftwareConsortium/ITKTubeTK.git
GIT_TAG 707fa9f67d073739a14cd9b3d05b680271022240
GIT_TAG "a570e993fca02ffa0019c9f23f99239c8b3cae97"
)

0 comments on commit 3de18fc

Please sign in to comment.