[Paraview-developers] Disable test data download seems to be broken

Brad King brad.king at kitware.com
Thu Oct 13 09:10:19 EDT 2016


On 10/13/2016 09:05 AM, Ben Boeckel wrote:
>   ExternalData_Expand_Arguments("ParaViewData${name}" files ${data})
>   ExternalData_Add_Target("ParaViewData${name}")
>   add_dependencies("ParaViewData${name}"
>     ParaViewData)

They should be able to just use

  ExternalData_Expand_Arguments("ParaViewData" files ${data})

without adding another target.

-Brad



More information about the Paraview-developers mailing list