summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
...
* cmake: build tool_hugehelp (ENABLE_MANUAL)Peter Wu2014-10-121-0/+30
* Cmake: Build with GSSAPI (MIT or Heimdal)Jakub Zakrzewski2014-10-091-10/+64
* Cmake: Got rid of setup_curl_dependenciesJakub Zakrzewski2014-10-091-18/+2
* Cmake: Fix library list provided to cURL tests.Jakub Zakrzewski2014-10-091-3/+3
* Cmake: Check for OpenSSL before OpenLDAP.Jakub Zakrzewski2014-10-091-31/+32
* Cmake: Possibility to use OpenLDAP, OpenSSL, LibSSH2 on windowsJakub Zakrzewski2014-08-251-88/+120
* Cmake: Removed useless comments from CMakeLists.txtJakub Zakrzewski2014-08-251-10/+0
* Cmake: Append OpenSSL include directory to search pathJakub Zakrzewski2014-08-251-0/+1
* Cmake: Search for liblber, LDAP SSL headers, swith for using OpenLDAP code.Jakub Zakrzewski2014-08-251-1/+51
* Cmake: LibSSH2 detection and use.Jakub Zakrzewski2014-08-251-3/+35
* Cmake: Moved macros out of the main CMakeLists.txtJakub Zakrzewski2014-08-251-86/+2
* Cmake: Added missing protocol-disable switchesJakub Zakrzewski2014-08-251-0/+18
* Cmake: Require at least CMake 2.8.Jakub Zakrzewski2014-08-251-7/+7
* CMakeLists.txt: add standard curl source code headerDaniel Stenberg2014-01-011-0/+21
* CMakeLists.txt: add warning about the cmake build's stateDaniel Stenberg2014-01-011-0/+2
* cmake: unbreak for non-Windows platformsDaniel Stenberg2013-10-201-0/+11
* cmake: Fix mingw buildMatt Arsenault2013-02-041-20/+13
* cmake: updated OpenSSL buildSergei Nikulov2013-02-041-26/+26
* Revert changes relative to lib/*.[ch] recent renamingYang Tse2013-01-061-2/+2
* build: make use of 93 lib/*.c renamed filesYang Tse2013-01-031-2/+2
* configure: NATIVE_WINDOWS no longer defined in config filesYang Tse2012-04-121-4/+0
* CMakeLists.txt: fix Windows LDAP/LDAPS option handlingtetetest tetetest2012-03-301-12/+22
* CMakeLists.txt: fix MS Visual Studio x64 unsigned long long literal suffixtetetest tetetest2012-03-291-2/+2
* cmake: list_spaces_append_once fails with spaces in filenameDaniel Stenberg2012-03-161-3/+3
* removed trailing whitespaceYang Tse2011-12-301-2/+2
* cmake: find winsock when building on windowsDaniel Stenberg2011-08-131-2/+3
* CMake: improve library search, implement install.Zmey Petroff2011-04-281-23/+33
* CMake: Use upstream CheckTypeSize moduleBrad King2011-01-061-7/+7
* CMake: Build fix.Julien Chaffraix2010-10-121-1/+1
* Enable OpenLDAP support for cygwin builds.Yang Tse2010-06-041-7/+2
* Enable LDAP by default since it is now disabled when ldap.h is not found,Bill Hoffman2010-03-241-1/+1
* CMake fixes for Linux.Bill Hoffman2010-03-241-1/+10
* Fix curl CMake build.Bill Hoffman2010-03-241-62/+28
* ENH: fix build with sslBill Hoffman2009-07-151-1/+1
* BUG: curl did not build with cmake with VS 2005 for two reasons, ws2tcpip.h r...Bill Hoffman2009-07-151-2/+11
* ENH: add optional support for c-aresBill Hoffman2009-07-141-1/+11
* ENH: do not report if zlib is not found as it still worksBill Hoffman2009-07-141-1/+1
* ENH: extract version from curlver.hBill Hoffman2009-06-101-3/+19
* ENH: lower case cmake functions and remove tabs and re-indent cmake codeBill Hoffman2009-06-091-546/+546
* ENH: add some cmake docs and fix build with socklen_tBill Hoffman2009-06-061-2/+8
* Use build-time configured curl_socklen_t instead of socklen_tYang Tse2009-05-021-4/+0
* (Minor change - From Piotr Dobrogost) Moved a line.Benoit Neil2009-04-141-1/+1
* (Minor update) Moved some utilities to a separate file.Benoit Neil2009-04-091-19/+1
* Cleaned up the custom definition I added (replaced by CURL_STATICLIB)Benoit Neil2009-04-091-2/+1
* Made the windows .lib addition cleaner.Benoit Neil2009-04-081-115/+130
* Renamed a variableBenoit Neil2009-04-081-8/+7
* Fixed compile defines in CMake scriptsBenoit Neil2009-04-081-6/+8
* (Minor update) Modified a comment, before going to sleep :)Benoit Neil2009-04-071-2/+1
* Added missing tests in CMake, added Makefile.inc for tests (+ use in CMake sc...Benoit Neil2009-04-071-2/+6
* Added CURL_HIDDEN_SYMBOLS option, and fixed missing SIZEOF_INT causing warnings.Benoit Neil2009-04-071-2/+15