Skip to content

FindCURL: Fix parsing protocols/features from pkg-config output

LingBin requested to merge lingbin/cmake:fix-components-of-FindCURL into master

Previously find_package(CURL COMPONENTS HTTP) failed because the CURL_SUPPORTED_PROTOCOLS variable returned by pkg-config is a command-line fragment, but we need a semicolon-separated list.

Topic-rename: FindCURL-pkg-config

Edited by Brad King

Merge request reports