Skip to content

Commit

Permalink
upgrade gtest to 1.15.2
Browse files Browse the repository at this point in the history
  • Loading branch information
simbahebinbo committed Aug 29, 2024
1 parent 5b069da commit 72f0deb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
2 changes: 1 addition & 1 deletion cmake/configs/default.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ if(MINGW)
# https://github.com/boostorg/build/issues/301
hunter_default_version(Boost VERSION 1.64.0)
else()
hunter_default_version(Boost VERSION 1.86.0)
hunter_default_version(Boost VERSION 1.83.0)
endif()

hunter_default_version(BoostCompute VERSION 0.5-p0)
Expand Down
12 changes: 0 additions & 12 deletions cmake/projects/Boost/hunter.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -528,18 +528,6 @@ hunter_add_version(
75b1f569134401d178ad2aaf97a2993898dd7ee3
)


hunter_add_version(
PACKAGE_NAME
Boost
VERSION
"1.86.0"
URL
"https://boostorg.jfrog.io/artifactory/main/release/1.86.0/source/boost_1_86_0.tar.bz2"
SHA1
fd0d26a7d5eadf454896942124544120e3b7a38f
)

if(MSVC)
hunter_check_toolchain_definition(NAME "_DLL" DEFINED _hunter_vs_md)
hunter_cmake_args(
Expand Down

0 comments on commit 72f0deb

Please sign in to comment.