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 033e4ca commit e2dea06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 18 deletions.
9 changes: 2 additions & 7 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,8 @@ include(DownloadUserver)

find_package(userver COMPONENTS core QUIET)
if(NOT userver_FOUND)
# 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
# Optionally: pin userver version for reproducible builds.
GIT_TAG develop
)
# Tries TRY_DIR first, falls back to downloading userver from GitHub using CPM.
download_userver(TRY_DIR third_party/userver)
endif()

userver_setup_environment()
Expand Down
11 changes: 0 additions & 11 deletions third_party/Readme.md

This file was deleted.

0 comments on commit e2dea06

Please sign in to comment.