Skip to content

Commit 5881e29

Browse files
committed
Merge pull request #954 from UV-CDAT/2.1.0-full_download_tweak
cloning Paraview in two steps instead of one
2 parents ef5bb8d + 77691c7 commit 5881e29

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

CMake/cdat_modules_extra/paraview_download.sh.in

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22

33
cd @CMAKE_CURRENT_BINARY_DIR@/build/
44

5-
@GIT_EXECUTABLE@ clone -b @paraview_branch@ @PARAVIEW_SOURCE@
6-
5+
@GIT_EXECUTABLE@ clone @PARAVIEW_SOURCE@
76
cd ParaView
7+
@GIT_EXECUTABLE@ checkout @paraview_branch@
8+
89

910
@GIT_EXECUTABLE@ submodule init
1011

0 commit comments

Comments
 (0)