Skip to content

Commit

Permalink
Add most recent tags dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tobre1 committed Mar 22, 2024
1 parent 0ff44bc commit 5ca6823
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -84,13 +84,13 @@ CPMAddPackage(

CPMFindPackage(
NAME ViennaRay
GIT_TAG 6f2d980 # TODO: Create new tag and use VERSION
GIT_TAG v2.0.2
GIT_REPOSITORY "https://github.com/ViennaTools/ViennaRay"
EXCLUDE_FROM_ALL ${VIENNAPS_BUILD_PYTHON})

CPMFindPackage(
NAME ViennaLS
GIT_TAG a5d3a63 # TODO: Create new tag and use VERSION
GIT_TAG v3.1.0
GIT_REPOSITORY "https://github.com/ViennaTools/ViennaLS"
EXCLUDE_FROM_ALL ${VIENNAPS_BUILD_PYTHON})

Expand Down

0 comments on commit 5ca6823

Please sign in to comment.