Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hunter "Unexpected MSVC_VERSION" #127

Open
ricardodiasmode opened this issue Sep 14, 2024 · 0 comments
Open

hunter "Unexpected MSVC_VERSION" #127

ricardodiasmode opened this issue Sep 14, 2024 · 0 comments

Comments

@ricardodiasmode
Copy link

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
)

which is now this:

HunterGate(
    URL "https://github.com/cpp-pm/hunter/archive/v0.25.7.tar.gz"
    SHA1 "99f05ff154c682f7349546d66294d2f69f7193bc"
)

because 0.25.7 is the last version that I found here:
https://github.com/cpp-pm/hunter/releases/tag/v0.25.7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant