Skip to content

Commit 2ce38d0

Browse files
committed
syntax tidy
1 parent 0912aee commit 2ce38d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1152,7 +1152,7 @@ if(curl_ca_bundle_supported)
11521152
# First try auto-detecting a CA bundle, then a CA path
11531153

11541154
if(CURL_CA_BUNDLE_AUTODETECT)
1155-
foreach(SEARCH_CA_BUNDLE_PATH
1155+
foreach(SEARCH_CA_BUNDLE_PATH IN ITEMS
11561156
"/etc/ssl/certs/ca-certificates.crt"
11571157
"/etc/pki/tls/certs/ca-bundle.crt"
11581158
"/usr/share/ssl/certs/ca-bundle.crt"

0 commit comments

Comments
 (0)