Skip to content
This repository has been archived by the owner on Apr 24, 2022. It is now read-only.

update hunter link for issue #2290 #2291

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,8 @@ cable_configure_toolchain(DEFAULT cxx11)
set(HUNTER_CONFIGURATION_TYPES Release CACHE STRING "Build type of Hunter packages")
set(HUNTER_JOBS_NUMBER 6 CACHE STRING "Number of parallel builds used by Hunter")
HunterGate(
URL "https://github.com/ruslo/hunter/archive/v0.23.112.tar.gz"
SHA1 "4b894e1d5d203f0cc9a77431dbb1b486ab6f4430"
LOCAL
URL "https://github.com/cpp-pm/hunter/archive/v0.23.300.tar.gz"
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is actually enough and easier to just replace the "ruslo" with "cpp-pm" and keep the same package version and SHA1. This saves troubles with required CMake version upgrade and adaptations to newer Boost version.

SHA1 "1151d539465d9cdbc880ee30f794864aec11c448"
)

project(ethminer)
Expand Down