Skip to content

Commit

Permalink
chore(deps): use version
Browse files Browse the repository at this point in the history
  • Loading branch information
Curve committed Mar 25, 2024
1 parent 1af21bd commit adddc6b
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 v2.0.2
VERSION 2.0.2
GIT_REPOSITORY "https://github.com/ViennaTools/ViennaRay"
EXCLUDE_FROM_ALL ${VIENNAPS_BUILD_PYTHON})

CPMFindPackage(
NAME ViennaLS
GIT_TAG v3.1.0
VERSION 3.1.0
GIT_REPOSITORY "https://github.com/ViennaTools/ViennaLS"
EXCLUDE_FROM_ALL ${VIENNAPS_BUILD_PYTHON})

Expand Down

0 comments on commit adddc6b

Please sign in to comment.