File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 2525# DEALINGS IN THE SOFTWARE.
2626
2727SET_PROPERTY (DIRECTORY PROPERTY "EP_BASE" ${ep_base} )
28+
29+ SET (data_SVN_URL "https://gforge.sci.utah.edu/svn/CIBCData" )
2830SET (sci_data_DIR "${CMAKE_BINARY_DIR} /SCIRunData" )
2931
3032ExternalProject_Add(SCI_data_external
31- SVN_REPOSITORY "https://gforge.sci.utah.edu/svn/CIBCData "
33+ SVN_REPOSITORY "${data_SVN_URL} "
3234 DOWNLOAD_DIR "${sci_data_DIR} "
3335 PATCH_COMMAND ""
3436 INSTALL_DIR ""
3537 INSTALL_COMMAND ""
3638 CONFIGURE_COMMAND ""
3739 CMAKE_COMMAND ""
3840 BUILD_COMMAND ""
39-
41+ SVN_TRUST_CERT 1
4042)
4143
4244ExternalProject_Get_Property(SCI_data_external BINARY_DIR)
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ IF(TRAVIS_BUILD)
102102 SET (DOWNLOAD_TOOLKITS OFF )
103103 SET (BUILD_HEADLESS ON )
104104 SET (BUILD_WITH_PYTHON OFF )
105- SET (BUILD_WITH_SCIRUN_DATA OFF )
105+ SET (BUILD_WITH_SCIRUN_DATA OFF )
106106 ELSE ()
107107 # try building everything with clang!
108108 ENDIF ()
You can’t perform that action at this time.
0 commit comments