Skip to content

FindCURL: add a CURL_USE_STATIC_LIBS hint

Even Rouault requested to merge rouault/cmake:CURL_USE_STATIC_LIBS into master

The effect of that hint is to set a CURL_STATICLIB compile definition, and to auxiliary system windows libraries for MSVC builds. (cf https://github.com/OSGeo/gdal/issues/7955)

Topic-rename: FindCURL-static

Edited by Brad King

Merge request reports