Skip to content

Commit

Permalink
Fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton3 committed Apr 24, 2024
1 parent b785db3 commit 6f2dea1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,9 @@ if(NOT userver_FOUND) # Fallback to CPM

CPMAddPackage(
NAME userver
# Optionally: update the minimum userver version here
VERSION 2.0
GITHUB_REPOSITORY userver-framework/userver
# Optionally: pin userver version for reproducible builds
GIT_TAG develop
GITHUB_REPOSITORY userver-framework/userver
OPTIONS
# Compatibility mode: some systems don't support these features
"USERVER_FEATURE_CRYPTOPP_BLAKE2 OFF"
Expand Down

0 comments on commit 6f2dea1

Please sign in to comment.