-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ecd7e55
commit 232870d
Showing
3 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
set(VISTRAILS_VERSION ${VISTRAILS_TAG_POINT}) | ||
set(VISTRAILS_SOURCE "${GIT_PROTOCOL}github.com/UV-CDAT/VisTrails.git") | ||
set(VISTRAILS_VERSION uvcdat-2.4.0) | ||
set(VISTRAILS_VERSION uvcdat-2.4.1) | ||
set(VISTRAILS_MD5) | ||
set(VISTRAILS_BRANCH uvcdat-2.4.0) | ||
set(VISTRAILS_BRANCH uvcdat-2.4.1) | ||
add_cdat_package_dependent(vistrails "" "" ON "CDAT_BUILD_GUI" OFF) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
set(VTK_SOURCE ${GIT_PROTOCOL}github.com/UV-CDAT/VTK.git ) | ||
set(VTK_MD5) | ||
set(VTK_BRANCH uvcdat-master) | ||
set(VTK_BRANCH uvcdat-2.4.1) | ||
add_cdat_package_dependent(VTK "" "" ON "CDAT_BUILD_GRAPHICS" OFF) |