Skip to content

Commit

Permalink
Update Hunter to v0.24.0 and remove GTest config, as 1.11.0 is defaul…
Browse files Browse the repository at this point in the history
…t since Hunter v0.23.307
  • Loading branch information
Marc Jegliewski authored and chfast committed Apr 4, 2022
1 parent 44b50dd commit 7f65d88
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 13 deletions.
10 changes: 0 additions & 10 deletions cmake/Hunter/config.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,6 @@
# Copyright 2021 Pawel Bylica.
# Licensed under the Apache License, Version 2.0.

hunter_config(
GTest
VERSION 1.11.0
URL https://github.com/google/googletest/archive/release-1.11.0.tar.gz
SHA1 7b100bb68db8df1060e178c495f3cbe941c9b058
CMAKE_ARGS
HUNTER_INSTALL_LICENSE_FILES=LICENSE
gtest_force_shared_crt=TRUE
)

hunter_config(
benchmark
VERSION 1.6.0
Expand Down
6 changes: 3 additions & 3 deletions cmake/Hunter/init.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ if(NOT WIN32)
endif()

HunterGate(
URL https://github.com/cpp-pm/hunter/archive/v0.23.239.tar.gz
SHA1 135567a8493ab3499187bce1f2a8df9b449febf3
URL "https://github.com/cpp-pm/hunter/archive/v0.24.0.tar.gz"
SHA1 "a3d7f4372b1dcd52faa6ff4a3bd5358e1d0e5efd"
LOCAL
)
)

0 comments on commit 7f65d88

Please sign in to comment.