forked from ethereum-mining/ethminer
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding fix from: ethereum-mining#2290 (comment)
- Loading branch information
Karthick S
authored and
Karthick S
committed
Jul 8, 2021
1 parent
ce52c74
commit c7ceea3
Showing
1 changed file
with
7 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,8 @@ | ||
hunter_config(CURL VERSION ${HUNTER_CURL_VERSION} CMAKE_ARGS HTTP_ONLY=ON CMAKE_USE_OPENSSL=OFF CMAKE_USE_LIBSSH2=OFF CURL_CA_PATH=none) | ||
hunter_config(Boost VERSION 1.66.0) | ||
# hunter_config(Boost VERSION 1.67.0) | ||
hunter_config( | ||
Boost | ||
VERSION 1.66.0_new_url | ||
SHA1 f0b20d2d9f64041e8e7450600de0267244649766 | ||
URL https://boostorg.jfrog.io/artifactory/main/release/1.66.0/source/boost_1_66_0.tar.gz | ||
) |