OpenHeartDevelopers / CemrgApp

An Interactive Medical Imaging Platform with Image Processing and Computer Vision Toolkits for Cardiovascular Research.
http://www.cemrgapp.com
BSD 3-Clause "New" or "Revised" License
18 stars 8 forks source link

skip downloading VMTK test data during build #80

Open JostMigenda opened 4 months ago

JostMigenda commented 4 months ago

Currently, while building VMTK it downloads the VMTK/tests/vmtk-test-data/ submodule, which contains about 500 MB of test images that we don’t use. This wastes bandwidth, disk space and slows the build process down; let’s change our build scripts (either CemrgApp/CMakeExternals/VMTK.cmake or within our VMTK fork) to skip this.

OrodRazeghi commented 4 months ago

makes very good sense, nice catch 👍