summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Warta <simon@kullo.net>2017-05-02 00:18:18 +0200
committerDaniel Stenberg <daniel@haxx.se>2017-05-21 23:20:12 +0200
commit2ea297564da508e96e2c720479be2afa0594027b (patch)
tree345a9616488cb31f4a39d55840f77795e803fcef
parent6a9489dc4512bf92e121d7bc08924e2922ababc0 (diff)
downloadcurl-2ea297564da508e96e2c720479be2afa0594027b.tar.gz
cmake: remove CURL_CA_BUNDLE from cmake TODO
-rw-r--r--CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
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)