]> granicus.if.org Git - curl/commitdiff
cmake: remove CURL_CA_BUNDLE from cmake TODO
authorSimon Warta <simon@kullo.net>
Mon, 1 May 2017 22:18:18 +0000 (00:18 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Sun, 21 May 2017 21:20:12 +0000 (23:20 +0200)
CMakeLists.txt

index 25abe354a2bc17b951d0a68fe3e76688fa73df30..9ba0648173f014af7ce78c9d81dd79e447738951 100644 (file)
@@ -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)