forked from ruslo/hunter
-
Notifications
You must be signed in to change notification settings - Fork 192
Closed
Description
- I've read Brief overview section and do understand basic concepts. [Yes]
- I've read F.A.Q. section and there is no solution to my problem there. [Yes]
- I've read Code of Conduct, I promise to be polite and will do my best at being constructive. [Yes]
- I've read Reporting bugs section carefully. [Yes]
- I've checked that all the
hunter_add_package/find_packageAPI used by me in the example is the same as in documentation. [Yes] - I'm using latest Hunter
URL/SHA1. [Yes, using FetchContent with https://github.com/cpp-pm/gate]
- I've created SSCCE reproducing the issue:
# CMakeLists.txt
cmake_minimum_required(VERSION 3.5)
set(HUNTER_Qt_COMPONENTS qtbase)
set(HUNTER_PACKAGES Qt)
include(FetchContent)
FetchContent_Declare(SetupHunter GIT_REPOSITORY https://github.com/cpp-pm/gate)
FetchContent_MakeAvailable(SetupHunter)
project(MyProject LANGUAGES C CXX)
add_definitions(-DUNICODE)
set(CMAKE_INCLUDE_CURRENT_DIR ON)
set(CMAKE_AUTOUIC ON)
set(CMAKE_AUTOMOC ON)
set(CMAKE_AUTORCC ON)
set(CMAKE_CXX_STANDARD 11)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
find_package(Qt5 COMPONENTS Widgets LinguistTools REQUIRED)
...Qt source repository for versions 5.11.* is not existing anymore.
https://download.qt.io/archive/qt/
Current Hunter version request versions 5.11 as default, producing download error.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels