Skip to content

Commit

Permalink
chore(deps): use new versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Curve committed Mar 25, 2024
1 parent 81c371a commit b71d739
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.20 FATAL_ERROR)
project(
ViennaPS
LANGUAGES CXX
VERSION 2.0.0)
VERSION 2.0.1)

# --------------------------------------------------------------------------------------------------------
# Library switches
Expand Down Expand Up @@ -84,13 +84,13 @@ CPMAddPackage(

CPMFindPackage(
NAME ViennaRay
GIT_TAG 6f2d980 # TODO: Create new tag and use VERSION
VERSION 2.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
VERSION 3.1.0
GIT_REPOSITORY "https://github.com/ViennaTools/ViennaLS"
EXCLUDE_FROM_ALL ${VIENNAPS_BUILD_PYTHON})

Expand Down

0 comments on commit b71d739

Please sign in to comment.