You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you are getting this issue, just go to https://github.com/cpp-pm/hunter/tree/master and put the hunter updated version at CMakeLists.txt, inside the root. For instance, I had this inside CMakeLists:
HunterGate(
URL "https://github.com/ruslo/hunter/archive/v0.23.214.tar.gz"
SHA1 "e14bc153a7f16d6a5eeec845fb0283c8fad8c358"
LOCAL
)
If you are getting this issue, just go to https://github.com/cpp-pm/hunter/tree/master and put the hunter updated version at CMakeLists.txt, inside the root. For instance, I had this inside CMakeLists:
which is now this:
because 0.25.7 is the last version that I found here:
https://github.com/cpp-pm/hunter/releases/tag/v0.25.7
The text was updated successfully, but these errors were encountered: