Skip to content

Commit

Permalink
KNOWN_BUGS: cmake: ExternalProject_Add does not set CURL_CA_PATH
Browse files Browse the repository at this point in the history
Closes #6313
  • Loading branch information
bagder committed Jan 28, 2021
1 parent ded1d9c commit 36ef648
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/KNOWN_BUGS
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 36ef648

Please sign in to comment.