diff options
author | Simon Warta <simon@kullo.net> | 2017-05-02 00:18:18 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2017-05-21 23:20:12 +0200 |
commit | 2ea297564da508e96e2c720479be2afa0594027b (patch) | |
tree | 345a9616488cb31f4a39d55840f77795e803fcef | |
parent | 6a9489dc4512bf92e121d7bc08924e2922ababc0 (diff) |
cmake: remove CURL_CA_BUNDLE from cmake TODO
-rw-r--r-- | CMakeLists.txt | 2 |
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) |