Skip to content

Commit

Permalink
Merge pull request #222 from craffael/fix_boost
Browse files Browse the repository at this point in the history
Fix boost
  • Loading branch information
craffael authored Feb 17, 2025
2 parents 91e964a + 7cd738b commit fc16fb6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ cmake_minimum_required( VERSION 3.10)
include("cmake/functions.cmake")

HunterGate(
URL "https://github.com/cpp-pm/hunter/archive/v0.25.3.tar.gz"
SHA1 "0dfbc2cb5c4cf7e83533733bdfd2125ff96680cb"
URL "https://github.com/cpp-pm/hunter/archive/ead00a62a9a05d36f3d376889360b379d9046ba1.tar.gz"
SHA1 "7456937b43b9071498ba521fda9daafd931baa4a"
LOCAL # use cmake/Hunter/config.cmake
)

Expand Down
10 changes: 9 additions & 1 deletion cmake/Hunter/config.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
# This file specifies additional data for the dependencies that are imported via hunter
hunter_config(Boost VERSION 1.78.0)


hunter_config(Boost
VERSION 1.86.0
URL "https://archives.boost.io/release/1.86.0/source/boost_1_86_0.tar.bz2"
SHA1
fd0d26a7d5eadf454896942124544120e3b7a38f
)

hunter_config(Eigen VERSION 3.4.0)
hunter_config(GTest VERSION 1.11.0)

0 comments on commit fc16fb6

Please sign in to comment.