Skip to content

Commit

Permalink
refactor: lower cmake minimum required version to 3.16
Browse files Browse the repository at this point in the history
  • Loading branch information
Curve committed Apr 11, 2024
1 parent f8fc6b1 commit 7ae5526
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
@@ -1,8 +1,8 @@
cmake_minimum_required(VERSION 3.20 FATAL_ERROR)
cmake_minimum_required(VERSION 3.16 FATAL_ERROR)
project(
ViennaPS
LANGUAGES CXX
VERSION 2.0.1)
VERSION 2.0.2)

# --------------------------------------------------------------------------------------------------------
# Library switches
Expand Down Expand Up @@ -90,7 +90,7 @@ CPMFindPackage(

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

Expand Down

0 comments on commit 7ae5526

Please sign in to comment.