build: show if CA bundle to embed was found

Follow-up to 8a3740bc8e #14059
Closes #15027
This commit is contained in:
Viktor Szakats 2024-09-24 11:51:02 +02:00
parent 9b3a7d1e6a
commit f6036dead5
No known key found for this signature in database
GPG Key ID: B5ABD165E2AEF201
2 changed files with 2 additions and 0 deletions

View File

@ -1345,6 +1345,7 @@ if(_curl_ca_bundle_supported)
if(BUILD_CURL_EXE AND NOT CURL_CA_EMBED STREQUAL "")
if(EXISTS "${CURL_CA_EMBED}")
set(CURL_CA_EMBED_SET TRUE)
message(STATUS "Found CA bundle to embed: ${CURL_CA_EMBED}")
else()
message(FATAL_ERROR "CA bundle to embed is missing: '${CURL_CA_EMBED}'")
endif()

View File

@ -5410,6 +5410,7 @@ AC_MSG_NOTICE([Configured to build curl/libcurl:
SSPI: ${curl_sspi_msg}
ca cert bundle: ${ca}${ca_warning}
ca cert path: ${capath}${capath_warning}
ca cert embed: ${CURL_CA_EMBED}
ca fallback: ${with_ca_fallback}
LDAP: ${curl_ldap_msg}
LDAPS: ${curl_ldaps_msg}