Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton3 committed Dec 12, 2024
1 parent ee74b54 commit f6b25e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ include(DownloadUserver)

find_package(userver COMPONENTS core QUIET)
if(NOT userver_FOUND)
# Tries TRY_DIR first, fallbacks to downloading userver using CPM.
# Tries TRY_DIR first, falls back to downloading userver using CPM.
download_userver(
TRY_DIR "${CMAKE_CURRENT_SOURCE_DIR}/third_party/userver"
GITHUB_REPOSITORY userver-framework/userver
Expand Down

0 comments on commit f6b25e4

Please sign in to comment.