summaryrefslogtreecommitdiff
path: root/Modules/FindCURL.cmake
Commit message (Expand)AuthorAgeFilesLines
* FindCURL: Fix version string in case of multiple curl installationsGeorg Lutz2022-07-271-2/+1
* FindCURL: Set CURL_VERSION_STRING when curl is found as a packagemakise-homura2022-06-281-0/+2
* Help: Add `.. versionadded` directives to module docsNikita Nemkin2020-12-021-2/+12
* Merge topic 'FindCURL-list-index-if'Brad King2020-07-291-3/+3
|\
| * FindCURL: Fix list index check after searchMike Gelfand2020-07-281-3/+3
* | FindCURL use NAMES_PER_DIRSibi Siddharthan2020-07-021-0/+2
|/
* FindCURL: Try to find CURLConfig.cmakeCharles Barto2019-10-151-1/+27
* Help: Improve description of modulesBartosz Kosiorek2019-04-231-4/+4
* FindCURL: fix component failure when no pkg-configHiroshi Miura2019-01-211-2/+2
* FindCURL: support COMPONENTS to check featuresHiroshi Miura2018-12-061-4/+73
* Help: Convert remaining modules to block-style commentsKitware Robot2018-10-221-28/+29
* FindCURL: Find debug and release variants separatelyHiroshi Miura2018-07-031-13/+43
* FindCURL: Improve CURL::libcurl property code layoutHiroshi Miura2018-07-031-2/+4
* FindCURL: Rename imported target to match upstream CURLBrad King2018-06-181-5/+5
* FindCURL: Revise documentation markupBrad King2018-03-071-7/+15
* FindCURL: provide imported target CURL::CURLRolf Eike Beer2018-03-061-0/+12
* Find*.cmake: drop the comments before including FPHSARolf Eike Beer2016-11-281-2/+0
* Simplify CMake per-source license noticesBrad King2016-09-271-14/+3
* Convert builtin help to reStructuredText source filesKitware Robot2013-10-151-5/+12
* FindCURL: Find older MSVC prebuiltsAndreas Mohr2012-10-011-1/+3
* Remove CMake-language block-end command argumentsKitware Robot2012-08-131-2/+2
* Convert CMake-language commands to lower caseKitware Robot2012-08-131-19/+19
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-2/+2
* FindCURL: detect version number also for older versionsRolf Eike Beer2012-01-261-4/+9
* FindCURL: support version selectionRolf Eike Beer2012-01-231-4/+15
* Modules: Include builtin FindPackageHandleStandardArgs directlyBrad King2011-01-201-1/+1
* Remove usage of CMAKE_CURRENT_LIST_DIR now that we have CMP0017Alex Neundorf2011-01-041-1/+1
* Use absolute path to FindPackageHandleStandardArgs.cmake everywhereAlex Neundorf2010-09-281-1/+1
* Modules: Fix spelling 'To distributed' -> 'To distribute'Todd Gamblin2010-08-091-1/+1
* Fixes issue #9862 by adding official msvc import library names to FindCURLPhilip Lowman2010-01-041-4/+7
* Convert CMake find-modules to BSD LicenseBrad King2009-09-281-0/+13
* ENH: add second failure message parameter toAlexander Neundorf2007-07-231-1/+1
* ENH: use the new FIND_PACKAGE_HANDLE_STANDARD_ARGS() macro in most of theAlexander Neundorf2007-07-191-22/+7
* BUG: honor REQUIRED and QUIETLY (#5312)Alexander Neundorf2007-07-121-9/+13
* ENH: Find module for CURL library.Brad King2006-10-191-0/+38