File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -28,16 +28,34 @@ SET_PROPERTY(DIRECTORY PROPERTY "EP_BASE" ${ep_base})
2828
2929SET (TETGEN_LIBRARY "tet" )
3030
31- IF (TRAVIS_BUILD OR ${CMAKE_VERSION} VERSION_GREATER 3.7.2)
32- # allowed since CMake 3.7.2
33- # only supporting in CI builds for now, since CMake version is so new
34- SET (DOWNLOAD_URL "http://tetgen.org/files/tetgen1.4.3.tar.gz http://www.sci.utah.edu/devbuilds/seg3d/tetgen1.4.3.tar.gz" )
35- ELSE ()
36- SET (DOWNLOAD_URL "http://tetgen.org/files/tetgen1.4.3.tar.gz" )
37- ENDIF ()
31+ # IF(TRAVIS_BUILD OR ${CMAKE_VERSION} VERSION_GREATER 3.7.2)
32+ # # allowed since CMake 3.7.2
33+ # # only supporting in CI builds for now, since CMake version is so new
34+ # SET(DOWNLOAD_URL "http://tetgen.org/files/tetgen1.4.3.tar.gz http://www.sci.utah.edu/devbuilds/seg3d/tetgen1.4.3.tar.gz")
35+ # ELSE()
36+ # SET(DOWNLOAD_URL "http://tetgen.org/files/tetgen1.4.3.tar.gz")
37+ # ENDIF()
38+
39+ # ExternalProject_Add(Tetgen_external
40+ # URL ${DOWNLOAD_URL}
41+ # PATCH_COMMAND ""
42+ # INSTALL_COMMAND ""
43+ # CMAKE_CACHE_ARGS
44+ # -DCMAKE_VERBOSE_MAKEFILE:BOOL=${CMAKE_VERBOSE_MAKEFILE}
45+ # -DCMAKE_BUILD_TYPE:STRING=${CMAKE_BUILD_TYPE}
46+ # -DCMAKE_POSITION_INDEPENDENT_CODE:BOOL=ON
47+ # -DTETGEN_LIBRARY:STRING=${TETGEN_LIBRARY}
48+ # )
49+
50+
51+ SET (tetgen_SVN_URL "https://gforge.sci.utah.edu/svn/tetgen" )
52+ #SET(sci_data_DIR "${CMAKE_BINARY_DIR}/SCIRunData")
3853
3954ExternalProject_Add (Tetgen_external
40- URL ${DOWNLOAD_URL}
55+ SVN_REPOSITORY "${tetgen_SVN_URL} "
56+ SVN_TRUST_CERT 1
57+ SVN_USERNAME "anonymous"
58+ SVN_PASSWORD ""
4159 PATCH_COMMAND ""
4260 INSTALL_COMMAND ""
4361 CMAKE_CACHE_ARGS
You can’t perform that action at this time.
0 commit comments