KNOWN_BUGS: cmake outputs: no version information available

Closes #11158
This commit is contained in:
Daniel Stenberg 2023-07-31 08:51:32 +02:00
parent 403e4dc1ed
commit 75afa92dc7
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -90,6 +90,7 @@ problems may have been fixed or changed somewhat since this was written.
13.2 Trying local ports fails on Windows
15. CMake
15.1 cmake outputs: no version information available
15.2 support build with GnuTLS
15.3 unusable tool_hugehelp.c with MinGW
15.4 build docs/curl.1
@ -527,6 +528,12 @@ problems may have been fixed or changed somewhat since this was written.
15. CMake
15.1 cmake outputs: no version information available
Something in the SONAME generation seems to be wrong in the cmake build.
https://github.com/curl/curl/issues/11158
15.2 support build with GnuTLS
15.3 unusable tool_hugehelp.c with MinGW