Skip to content

Commit

Permalink
Merge pull request #954 from UV-CDAT/2.1.0-full_download_tweak
Browse files Browse the repository at this point in the history
cloning Paraview in two steps instead of one
  • Loading branch information
aashish24 committed Jan 12, 2015
2 parents ef5bb8d + 77691c7 commit 5881e29
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CMake/cdat_modules_extra/paraview_download.sh.in
Expand Up @@ -2,9 +2,10 @@

cd @CMAKE_CURRENT_BINARY_DIR@/build/

@GIT_EXECUTABLE@ clone -b @paraview_branch@ @PARAVIEW_SOURCE@

@GIT_EXECUTABLE@ clone @PARAVIEW_SOURCE@
cd ParaView
@GIT_EXECUTABLE@ checkout @paraview_branch@


@GIT_EXECUTABLE@ submodule init

Expand Down

0 comments on commit 5881e29

Please sign in to comment.