cmake: fix confusing error when a dependency is undetected in curl-config.cmake - #20737
Closed
vszakats wants to merge 1 commit into
Closed
cmake: fix confusing error when a dependency is undetected in curl-config.cmake#20737vszakats wants to merge 1 commit into
curl-config.cmake#20737vszakats wants to merge 1 commit into
Conversation
…rl-config.cmake` Ref: curl#20729
curl-config.cmakecurl-config.cmake
Member
Author
|
Maybe useful information that this bug happened in compatibility |
outcast36
pushed a commit
to greearb/curl
that referenced
this pull request
Jun 3, 2026
…onfig.cmake`
Fixing:
```
CMake Error at /path/to/CURL/CURLConfig.cmake:190 (get_target_property):
get_target_property() called with non-existent target "CURL::libssh2".
```
and replacing it with the clearer message:
```
CMake Error at /path/to/CURL/CURLTargets.cmake:61 (set_target_properties):
The link interface of target "CURL::libcurl_static" contains:
CURL::libssh2
but the target was not found. Possible reasons include:
[...]
```
Reported-by: Val S.
Ref: curl#20729
Follow-up to 16f073e curl#16973
Closes curl#20737
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixing:
and replacing it with the clearer message:
Reported-by: Val S.
Ref: #20729
Follow-up to 16f073e #16973
https://github.com/curl/curl/pull/20737/files?w=1