aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2010-03-31 23:05:16 +0200
committerDaniel Stenberg <daniel@haxx.se>2010-03-31 23:05:16 +0200
commit1d265692b70e6f453cb8f9b550fe4858b4fa2524 (patch)
tree9f8a5cc7e422de669c164048ae5226865603c334
parent7b913444ec68d00c96c1ea0926fbeb07c8ea19b2 (diff)
removed README.cmake due to the improved situation
-rw-r--r--lib/Makefile.am2
-rw-r--r--lib/README.cmake25
2 files changed, 1 insertions, 26 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 8a1f1a9a7..53d65dedd 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -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
diff --git a/lib/README.cmake b/lib/README.cmake
deleted file mode 100644
index c43516086..000000000
--- a/lib/README.cmake
+++ /dev/null
@@ -1,25 +0,0 @@
-
- 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.