Skip to content

Commit e00618e

Browse files
committed
Merge pull request #896 from UV-CDAT/issue_894_fixes-vistrails-dir-name
Clones to 'vistrails' no matter the URL
2 parents 8673c5c + 4c51010 commit e00618e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMake/cdat_modules/vistrails_external.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ endif()
5252
set(SOURCE_DIR "${CMAKE_INSTALL_PREFIX}/vistrails")
5353
set(BRANCH ${VISTRAILS_TAG_POINT})
5454
set(GIT_URL "${vistrails_url}")
55+
set(GIT_TARGET "vistrails")
5556

5657
option(CDAT_DELETE_VISTRAILS_HISTORY "Delete GIT history of vistrails" OFF)
5758
option(CDAT_AUTO_UPDATE_VISTRAILS_TAG_POINT "Delete GIT history of vistrails" ON)
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#!/bin/sh
22

33
cd @CMAKE_INSTALL_PREFIX@
4-
@GIT_EXECUTABLE@ clone --depth 1 -b @BRANCH@ @GIT_URL@
5-
4+
@GIT_EXECUTABLE@ clone --depth 1 -b @BRANCH@ @GIT_URL@ @GIT_TARGET@

0 commit comments

Comments
 (0)