summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2021-08-16 09:40:32 +0200
committerDaniel Stenberg <daniel@haxx.se>2021-08-16 09:41:54 +0200
commitb8139e43ce8cd6f5ee5c000b5d3f593ce03774ac (patch)
treec4467957a76715f3f3f9f6c345cd4d41445dda9c
parent29fd16322020439d1cb3d0f532c79a0c20d88c2d (diff)
downloadcurl-b8139e43ce8cd6f5ee5c000b5d3f593ce03774ac.tar.gz
KNOWN_BUGS: CMake build with MIT Kerberos does not work
Closes #6904
-rw-r--r--docs/KNOWN_BUGS12
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS
index 0a38623b3..76cc26dd8 100644
--- a/docs/KNOWN_BUGS
+++ b/docs/KNOWN_BUGS
@@ -141,6 +141,7 @@ problems may have been fixed or changed somewhat since this was written!
15.10 libspsl is not supported
15.11 ExternalProject_Add does not set CURL_CA_PATH
15.12 cannot enable LDAPS on Windows
+ 15.13 CMake build with MIT Kerberos does not work
16. Applications
16.1 pulseUI VPN client
@@ -1031,6 +1032,17 @@ problems may have been fixed or changed somewhat since this was written!
See https://github.com/curl/curl/issues/6284
+15.13 CMake build with MIT Kerberos does not work
+
+ Minimum CMake version was bumped in curl 7.71.0 (#5358) Since CMake 3.2
+ try_compile started respecting the CMAKE_EXE_FLAGS. The code dealing with
+ MIT Kerberos detection sets few variables to potentially weird mix of space,
+ and ;-separated flags. It had to blow up at some point. All the CMake checks
+ that involve compilation are doomed from that point, the configured tree
+ cannot be built.
+
+ https://github.com/curl/curl/issues/6904
+
16. Applications
16.1 pulseUI VPN client