diff options
author | Daniel Stenberg <daniel@haxx.se> | 2021-01-28 09:27:41 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2021-01-28 09:27:41 +0100 |
commit | 36ef64841d5ee4071af805a83096c06036c8433f (patch) | |
tree | 46f1c639b32a33e264ecfbd95ba4305242ba72ee /docs/KNOWN_BUGS | |
parent | ded1d9c84378af37c60d2de052bdc7cfc6f6a72e (diff) | |
download | curl-36ef64841d5ee4071af805a83096c06036c8433f.tar.gz |
KNOWN_BUGS: cmake: ExternalProject_Add does not set CURL_CA_PATH
Closes #6313
Diffstat (limited to 'docs/KNOWN_BUGS')
-rw-r--r-- | docs/KNOWN_BUGS | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS index 30b93f594..90a88bc39 100644 --- a/docs/KNOWN_BUGS +++ b/docs/KNOWN_BUGS @@ -137,6 +137,7 @@ problems may have been fixed or changed somewhat since this was written! 15.8 libcurl.pc uses absolute library paths 15.9 cert paths autodetected when cross-compiling 15.10 libspsl is not supported + 15.11 ExternalProject_Add does not set CURL_CA_PATH 16. Applications 16.1 pulseUI VPN client @@ -966,6 +967,13 @@ problems may have been fixed or changed somewhat since this was written! See https://github.com/curl/curl/issues/6214 +15.11 ExternalProject_Add does not set CURL_CA_PATH + + CURL_CA_BUNDLE and CURL_CA_PATH are not set properly when cmake's + ExternalProject_Add is used to build curl as a dependency. + + See https://github.com/curl/curl/issues/6313 + 16. Applications 16.1 pulseUI VPN client |