Skip to content
  • Brad King's avatar
    Add option to exclude ParaViewData target from default build · 29e4cc2c
    Brad King authored
    Add a "PARAVIEW_DATA_EXCLUDE_FROM_ALL" option to cause the ParaViewData
    to be marked with the EXCLUDE_FROM_ALL property so that it does not
    build unless explicitly requested by the user.  This may be useful to
    developers that want to get ParaView built locally without waiting for
    all the test data to download.
    
    Within a dashboard build, hard-code the option to OFF since dashboards
    need the data.  Otherwise, select a default based on local
    configuration.  Teach the SetupExternalData developer setup script to
    prompt for a default.  If that does not provide one, check for an
    environment variable.  Otherwise, fall back to a default of OFF so that
    the basic build and test sequence works without extra steps.
    
    When the option is ON at the same time as BUILD_TESTING, produce a
    warning that a manual step may be needed after building and before
    running tests.
    
    Change-Id: I5c3e60a827176a441e86d360f5d1f141946027d3
    29e4cc2c