From 4b0cc7af3339853c73948008bd546c3d79c8a351 Mon Sep 17 00:00:00 2001 From: Anton Zhilin Date: Fri, 26 Apr 2024 15:14:22 +0300 Subject: [PATCH] Fix --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e2dd8b0..b0da71b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -12,6 +12,8 @@ if(NOT userver_FOUND) # Fallback to CPM GITHUB_REPOSITORY userver-framework/userver # Optionally: pin userver version for reproducible builds GIT_TAG develop + # Optionally: use a custom local version of userver + # SOURCE_DIR "${CMAKE_CURRENT_SOURCE_DIR}/..." OPTIONS # Compatibility mode: some systems don't support these features "USERVER_FEATURE_CRYPTOPP_BLAKE2 OFF" @@ -53,8 +55,6 @@ add_google_benchmark_tests(${PROJECT_NAME}_benchmark) # Functional Tests -include(UserverTestsuite) - userver_testsuite_add_simple()