Skip to content

FindCURL: Rename imported target to match upstream CURL

Brad King requested to merge brad.king/cmake:FindCURL-target-name into master

Upstream CURL provides imported target CURL::libcurl. Rename the target added by FindCURL to match. We don't need compatibility with the old name because it has never been in a CMake release (except a 3.12 release candidate).

Fixes: #18091 (closed)

Merge request reports