Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-07-17 | CMake: Update scripts to use consistent style | Ruslan Baratov | |
Closes #2727 Reviewed-by: Sergei Nikulov | |||
2017-10-28 | cmake: Export libcurl and curl targets to use by other cmake projects | Jakub Zakrzewski | |
The config files define curl and libcurl targets as imported targets CURL::curl and CURL::libcurl. For backward compatibility with CMake- provided find-module the CURL_INCLUDE_DIRS and CURL_LIBRARIES are also set. Closes #1879 |