We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm getting the error Unexpected empty string, originating from
Unexpected empty string
hunter/cmake/modules/hunter_apply_gate_settings.cmake
Line 18 in 5a0b657
HUNTER_CONFIGURATION_TYPES
I do not get an error if I use the manual method.
hunter_add_package
find_package
URL
SHA1
# CMakeLists.txt cmake_minimum_required(VERSION 3.14) set(HUNTER_PACKAGES PocoCpp) include(FetchContent) FetchContent_Declare(SetupHunter GIT_REPOSITORY https://github.com/cpp-pm/gate) FetchContent_MakeAvailable(SetupHunter) project(foo) find_package(Poco REQUIRED Foundation CONFIG)
Here is the log until first error reported by Hunter, option HUNTER_STATUS_DEBUG is ON:
HUNTER_STATUS_DEBUG
ON
I've checked that the first error in logs IS NOT external.build.failed. Yes
external.build.failed
I'm using the next command line on generate step:
cmake -DHUNTER_STATUS_DEBUG=ON
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
I'm getting the error
Unexpected empty string
, originating fromhunter/cmake/modules/hunter_apply_gate_settings.cmake
Line 18 in 5a0b657
HUNTER_CONFIGURATION_TYPES
manually.I do not get an error if I use the manual method.
hunter_add_package
/find_package
API used by me in the example is the same as in documentation. YesURL
/SHA1
. YesHere is the log until first error reported by Hunter, option
HUNTER_STATUS_DEBUG
isON
:I've checked that the first error in logs IS NOT
external.build.failed
. YesI'm using the next command line on generate step:
The text was updated successfully, but these errors were encountered: