summaryrefslogtreecommitdiff
path: root/CMake
Commit message (Collapse)AuthorAgeFilesLines
* CMake fixes for Linux.Bill Hoffman2010-03-242-1/+5
| | | | | Make sure <sys/socket.h> is included if around when testing/using socklen_t. Also, disable LDAP if LDAP_H is not found on the system.
* replaced tabs with spacesYang Tse2010-02-162-3/+3
|
* removed trailing whitespaceYang Tse2010-02-143-12/+12
|
* BUG: curl did not build with cmake with VS 2005 for two reasons, ws2tcpip.h ↵Bill Hoffman2009-07-151-0/+1
| | | | requires winsock2.h to be included before it with that compiler, and wldap32 is not available with the default install of the compiler, so disable ldap support if that is not found
* ENH: add optional support for c-aresBill Hoffman2009-07-141-0/+42
|
* ENH: lower case cmake functions and remove tabs and re-indent cmake codeBill Hoffman2009-06-098-456/+456
|
* ENH: add some cmake docs and fix build with socklen_tBill Hoffman2009-06-061-0/+6
|
* removed pointless fileDaniel Stenberg2009-04-251-486/+0
|
* (Minor update) Moved some utilities to a separate file.Benoit Neil2009-04-091-0/+31
|
* Added basic OpenSSL support in CMake scripts (Thanks to Bill Hoffman)Benoit Neil2009-04-021-0/+19
|
* Initial CMake scripts (libcurl only), based on the merge of tetest scripts ↵Benoit Neil2009-04-0210-0/+1805
and mine. These are far to be functionnal yet. PS: Hello world :)