[Paraview-developers] External data, build targets and testing
Brad King
brad.king at kitware.com
Mon Jun 2 14:38:33 EDT 2014
On Mon, Jun 2, 2014 at 2:16 PM, Marcus D. Hanwell <marcus.hanwell at kitware.com> wrote:
> It is possible to separate the download/set up of external data from the
> make all target?
One could do something like
if(PARAVIEW_DATA_EXCLUDE_FROM_ALL)
set_property(TARGET ParaViewData PROPERTY EXCLUDE_FROM_ALL 1)
endif()
and similarly in VTK. That would provide a locally configurable
option developers could use for this. We cannot do it by default
or dashboards would not get the data they need for tests.
-Brad
More information about the Paraview-developers
mailing list