From: Simon Warta Date: Mon, 1 May 2017 22:18:18 +0000 (+0200) Subject: cmake: remove CURL_CA_BUNDLE from cmake TODO X-Git-Tag: curl-7_54_1~95 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2ea297564da508e96e2c720479be2afa0594027b;p=curl cmake: remove CURL_CA_BUNDLE from cmake TODO --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 25abe354a..9ba064817 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1249,8 +1249,6 @@ set(CC "${CMAKE_C_COMPILER}") set(CONFIGURE_OPTIONS "") # TODO when to set "-DCURL_STATICLIB" for CPPFLAG_CURL_STATICLIB? set(CPPFLAG_CURL_STATICLIB "") -# TODO need to set this (see CURL_CHECK_CA_BUNDLE in acinclude.m4) -set(CURL_CA_BUNDLE "") set(CURLVERSION "${CURL_VERSION}") set(ENABLE_SHARED "yes") if(CURL_STATICLIB)