From 2ea297564da508e96e2c720479be2afa0594027b Mon Sep 17 00:00:00 2001 From: Simon Warta Date: Tue, 2 May 2017 00:18:18 +0200 Subject: cmake: remove CURL_CA_BUNDLE from cmake TODO --- CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) (limited to 'CMakeLists.txt') 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) -- cgit v1.2.3