Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton3 committed Apr 26, 2024
1 parent 6f2dea1 commit 4b0cc7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -53,8 +55,6 @@ add_google_benchmark_tests(${PROJECT_NAME}_benchmark)


# Functional Tests
include(UserverTestsuite)

userver_testsuite_add_simple()


Expand Down

0 comments on commit 4b0cc7a

Please sign in to comment.