Skip to content
Snippets Groups Projects
Commit 1d265692 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

removed README.cmake due to the improved situation

parent 7b913444
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,7 @@ VCPROJ = libcurl.vcproj
DOCS = README.encoding README.memoryleak README.ares README.curlx \
README.hostip README.multi_socket README.httpauth README.pipelining \
README.curl_off_t README.cmake README.pingpong
README.curl_off_t README.pingpong
CMAKE_DIST = CMakeLists.txt curl_config.h.cmake
......
CMake build system and (lib)curl
================================
The CMake build support is experimental.
Every now and then people approach us in the project to add support for
another build system. This time, several people wanted us to add support for
CMake. So we did.
Since the introduction, however, there has been little to no maintaining of
this build concept for curl. You cannot build the same set of combinations
that you can with the autotools version of the build, and there have already
been bugs filed against the CMake build system that haven't been addressed -
due to lack of maintainers.
We keep the files included in release archives and git for now in the hope
that people will appreciate it and help us keep them in shape, and even
improve them to become on par with the main build system.
Daniel, November 2009 just before the 7.19.7 release
March 2010: The cmake build support is now completely broken and unless
someone steps forward to help improving it, we will remove the cmake build
support before the next release.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment