From 6f2dea153c3b2ebdad73c810e4aaa75127f27af3 Mon Sep 17 00:00:00 2001 From: Anton Zhilin Date: Wed, 24 Apr 2024 21:24:43 +0300 Subject: [PATCH] Fix version --- CMakeLists.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3f1e47e..e2dd8b0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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"