FindCURL: Set CURL_VERSION_STRING when curl is found as a package
FindCURL, when found as curl-config.cmake
, will fill CURL_VERSION
instead of CURL_VERSION_STRING
variable. It may break some cases
when user is relying on correct value of the latter variable, and
as an example, already breaks CMakeOnly.AllFindModules
test.