1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-22 08:08:50 -05:00

KNOWN_BUGS: Remove CMake symbol hiding issue

It has already been fixed in 6140dfc
This commit is contained in:
Jakub Zakrzewski 2017-08-26 17:34:07 +02:00 committed by Daniel Stenberg
parent 9ef50ee0a4
commit 08aeae0e37

View File

@ -316,7 +316,6 @@ problems may have been fixed or changed somewhat since this was written!
The cmake build setup lacks several features that the autoconf build The cmake build setup lacks several features that the autoconf build
offers. This includes: offers. This includes:
- symbol hiding when the shared library is built
- use of correct soname for the shared library build - use of correct soname for the shared library build
- support for several TLS backends are missing - support for several TLS backends are missing
- the unit tests cause link failures in regular non-static builds - the unit tests cause link failures in regular non-static builds