cmake/Utilities/cmcurl/CMakeLists.txt

1845 lines
66 KiB
CMake
Raw Normal View History

2015-04-27 22:25:09 +02:00
# Set curl options as needed for CMake build
set(BUILD_CURL_EXE OFF CACHE INTERNAL "No curl exe")
set(BUILD_DASHBOARD_REPORTS OFF CACHE INTERNAL "No curl dashboard reports")
set(BUILD_RELEASE_DEBUG_DIRS OFF CACHE INTERNAL "No curl release/debug dirs")
2018-10-28 12:09:07 +01:00
set(BUILD_SHARED_LIBS OFF CACHE INTERNAL "Build shared libraries")
2022-03-29 21:10:50 +02:00
set(CURL_USE_BEARSSL OFF)
set(CURL_USE_GSSAPI OFF)
2022-11-16 20:14:03 +01:00
set(CURL_USE_LIBPSL OFF)
2022-03-29 21:10:50 +02:00
set(CURL_USE_LIBSSH2 OFF)
set(CURL_USE_LIBSSH OFF)
set(CURL_USE_MBEDTLS OFF)
set(CURL_USE_NSS OFF)
set(CURL_USE_OPENLDAP OFF)
set(CURL_USE_OPENSSL "${CMAKE_USE_OPENSSL}")
set(CURL_USE_SCHANNEL OFF)
set(CURL_USE_SECTRANSP OFF)
set(CURL_USE_WOLFSSL OFF)
2021-09-14 00:13:48 +02:00
set(CURL_BROTLI OFF)
set(CURL_DISABLE_ALTSVC ON)
2015-04-27 22:25:09 +02:00
set(CURL_DISABLE_COOKIES OFF CACHE INTERNAL "Do not disable curl cookie support")
set(CURL_DISABLE_CRYPTO_AUTH OFF CACHE INTERNAL "Do not disable curl crypto auth")
set(CURL_DISABLE_DICT ON CACHE INTERNAL "Disable curl dict protocol?")
2021-11-20 13:41:27 +01:00
set(CURL_DISABLE_DOH OFF)
2015-04-27 22:25:09 +02:00
set(CURL_DISABLE_FILE OFF CACHE INTERNAL "Disable curl file protocol?")
set(CURL_DISABLE_FTP OFF CACHE INTERNAL "Disable curl ftp protocol?")
2021-11-20 13:41:27 +01:00
set(CURL_DISABLE_GETOPTIONS OFF)
2015-04-27 22:25:09 +02:00
set(CURL_DISABLE_GOPHER ON CACHE INTERNAL "Disable curl gopher protocol?")
2021-09-14 00:13:48 +02:00
set(CURL_DISABLE_HSTS ON)
2021-11-20 13:41:27 +01:00
set(CURL_DISABLE_HTTP_AUTH OFF)
2015-04-27 22:25:09 +02:00
set(CURL_DISABLE_HTTP OFF CACHE INTERNAL "Disable curl http protocol?")
set(CURL_DISABLE_IMAP ON CACHE INTERNAL "Disable curl imap protocol?")
set(CURL_DISABLE_LDAP ON CACHE INTERNAL "Disable curl ldap protocol?")
set(CURL_DISABLE_LDAPS ON CACHE INTERNAL "Disable curl ldaps protocol?")
2021-11-20 13:41:27 +01:00
set(CURL_DISABLE_LIBCURL_OPTION OFF)
set(CURL_DISABLE_MIME OFF)
2021-09-14 00:13:48 +02:00
set(CURL_DISABLE_MQTT ON)
2021-11-20 13:41:27 +01:00
set(CURL_DISABLE_NETRC OFF)
set(CURL_DISABLE_NTLM OFF)
2021-09-14 00:13:48 +02:00
set(CURL_DISABLE_OPENSSL_AUTO_LOAD_CONFIG OFF)
2021-11-20 13:41:27 +01:00
set(CURL_DISABLE_PARSEDATE OFF)
2015-04-27 22:25:09 +02:00
set(CURL_DISABLE_POP3 ON CACHE INTERNAL "Disable curl pop3 protocol?")
2021-11-20 13:41:27 +01:00
set(CURL_DISABLE_PROGRESS_METER OFF)
2015-11-17 17:22:37 +01:00
set(CURL_DISABLE_PROXY OFF CACHE INTERNAL "Do not disable curl proxy")
2015-04-27 22:25:09 +02:00
set(CURL_DISABLE_RTSP ON CACHE INTERNAL "Disable curl rtsp protocol?")
2021-11-20 13:41:27 +01:00
set(CURL_DISABLE_SHUFFLE_DNS OFF)
set(CURL_DISABLE_SMB OFF)
2015-04-27 22:25:09 +02:00
set(CURL_DISABLE_SMTP ON CACHE INTERNAL "Disable curl smtp protocol?")
2021-11-20 13:41:27 +01:00
set(CURL_DISABLE_SOCKETPAIR OFF)
2015-04-27 22:25:09 +02:00
set(CURL_DISABLE_TELNET ON CACHE INTERNAL "Disable curl telnet protocol?")
set(CURL_DISABLE_TFTP ON CACHE INTERNAL "Disable curl tftp protocol?")
2015-11-17 17:22:37 +01:00
set(CURL_DISABLE_VERBOSE_STRINGS OFF CACHE INTERNAL "Do not disable curl verbosity")
2021-09-14 00:13:48 +02:00
set(CURL_ENABLE_EXPORT_TARGET OFF)
2015-04-27 22:25:09 +02:00
set(CURL_HIDDEN_SYMBOLS OFF CACHE INTERNAL "No curl hidden symbols")
2020-08-30 11:54:41 +02:00
set(CURL_LTO OFF CACHE INTERNAL "Turn on compiler Link Time Optimizations")
set(CURL_STATIC_CRT OFF CACHE INTERNAL "Set to ON to build libcurl with static CRT on Windows (/MT).")
2018-01-26 17:06:56 +01:00
set(CURL_WERROR OFF CACHE INTERNAL "Turn compiler warnings into errors")
2021-09-14 00:13:48 +02:00
set(CURL_ZSTD OFF)
2015-04-27 22:25:09 +02:00
set(DISABLED_THREADSAFE OFF CACHE INTERNAL "Curl can use thread-safe functions")
2015-11-17 17:22:37 +01:00
set(ENABLE_ARES OFF CACHE INTERNAL "No curl c-ares support")
2020-08-30 11:54:41 +02:00
set(ENABLE_ALT_SVC OFF)
2015-11-17 17:22:37 +01:00
set(ENABLE_CURLDEBUG OFF CACHE INTERNAL "No curl TrackMemory features")
set(ENABLE_DEBUG OFF CACHE INTERNAL "No curl debug features")
2020-08-30 11:54:41 +02:00
set(ENABLE_INET_PTON OFF CACHE INTERNAL "Set to OFF to prevent usage of inet_pton when building against modern SDKs while still requiring compatibility with older Windows versions, such as Windows XP, Windows Server 2003 etc.")
2019-11-11 23:01:05 +01:00
set(ENABLE_IPV6 ON CACHE INTERNAL "Enable curl IPv6 support detection")
2015-11-17 17:22:37 +01:00
set(ENABLE_MANUAL OFF CACHE INTERNAL "No curl built-in manual")
set(ENABLE_THREADED_RESOLVER OFF CACHE INTERNAL "No curl POSIX threaded DNS lookup")
2021-09-14 00:13:48 +02:00
set(ENABLE_UNICODE OFF)
2015-11-17 17:22:37 +01:00
set(ENABLE_UNIX_SOCKETS OFF CACHE INTERNAL "No curl Unix domain sockets support")
2022-11-16 20:14:03 +01:00
set(ENABLE_WEBSOCKETS OFF)
set(HAVE_ATOMIC 0)
set(HAVE_BORINGSSL 0) # we do not need this info
set(HAVE_MINGW_ORIGINAL 0) # we do not build on original MinGW anyway
set(HAVE_RECV 1)
set(HAVE_SEND 1)
set(HAVE_STDATOMIC_H 0)
set(HAVE_STRCASECMP 0) # we do not vendor the code that uses this
set(HAVE_WIN32_WINNT 0) # we do not need this info
2015-04-27 22:25:09 +02:00
set(HTTP_ONLY OFF CACHE INTERNAL "Curl is not http-only")
2018-01-26 17:06:56 +01:00
set(PICKY_COMPILER OFF CACHE INTERNAL "Enable picky compiler options")
2021-09-14 00:13:48 +02:00
set(USE_LIBIDN2 ON)
2020-08-30 11:54:41 +02:00
set(USE_NGHTTP2 ON)
set(USE_NGTCP2 OFF)
set(USE_QUICHE OFF)
2021-09-14 00:13:48 +02:00
set(USE_WIN32_IDN OFF)
2015-11-17 17:22:37 +01:00
set(USE_WIN32_LDAP OFF CACHE INTERNAL "No curl Windows LDAP")
2022-03-29 21:10:50 +02:00
if(CURL_USE_OPENSSL)
2017-07-20 19:35:53 +02:00
elseif(WIN32)
2022-03-29 21:10:50 +02:00
set(CURL_USE_SCHANNEL ON)
set(CURL_WINDOWS_SSPI ON)
2017-07-20 19:35:53 +02:00
elseif(APPLE)
# Use OS X SSL/TLS native implementation if available on target version.
if(CMAKE_OSX_DEPLOYMENT_TARGET)
set(OSX_VERSION ${CMAKE_OSX_DEPLOYMENT_TARGET})
else()
execute_process(
COMMAND sw_vers -productVersion
OUTPUT_VARIABLE OSX_VERSION
OUTPUT_STRIP_TRAILING_WHITESPACE
)
endif()
if(NOT OSX_VERSION VERSION_LESS 10.6 AND
2022-03-29 21:10:50 +02:00
CMAKE_C_COMPILER_ID MATCHES "GNU|LCC|Clang|AppleClang")
set(CURL_USE_SECTRANSP ON)
2017-07-20 19:35:53 +02:00
else()
2022-03-29 21:10:50 +02:00
set(CURL_USE_SECTRANSP OFF)
2017-07-20 19:35:53 +02:00
endif()
endif()
2015-04-27 22:25:09 +02:00
# Windows Vista and above have inet_pton, but this will link on
# older versions and then the executable will fail to launch at
# runtime on older versions because no DLL provides the symbol.
if(WIN32)
set(HAVE_INET_PTON 0 CACHE INTERNAL "Do not use inet_pton")
endif()
2015-11-17 17:22:37 +01:00
# Starting with OSX 10.11 there is an unrelated libnetwork library which will
# be picked up during curl configuration. Linking against this library is
# unnecessary and breaks backward compatibility of the resulting binaries
# because libnetwork is unavailable on older OSX versions.
if(APPLE)
set(HAVE_LIBNETWORK 0 CACHE INTERNAL "Do not use libnetwork")
endif(APPLE)
2015-04-27 22:25:09 +02:00
# Disable warnings to avoid changing 3rd party code.
if(CMAKE_C_COMPILER_ID MATCHES
2022-03-29 21:10:50 +02:00
"^(GNU|LCC|Clang|AppleClang|IBMClang|XLClang|XL|VisualAge|SunPro|HP|Intel|IntelLLVM|NVHPC)$")
2015-04-27 22:25:09 +02:00
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -w")
elseif(CMAKE_C_COMPILER_ID STREQUAL "PathScale")
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -woffall")
endif()
2022-08-04 22:12:04 +02:00
# Activate POSIX APIs.
if(CMAKE_SYSTEM_NAME MATCHES "^(AIX|OS400)$")
add_definitions(-D_ALL_SOURCE)
endif()
if(CMAKE_SYSTEM_NAME MATCHES "^(Linux)$")
add_definitions(-D_DEFAULT_SOURCE -D_BSD_SOURCE)
endif()
if(CMAKE_SYSTEM_NAME MATCHES "^(SunOS)$")
add_definitions(-D__EXTENSIONS__)
endif()
if(NOT CMAKE_SYSTEM_NAME MATCHES "BSD|Darwin|Windows")
add_definitions(-D_XOPEN_SOURCE=600)
endif()
2015-04-27 22:25:09 +02:00
#***************************************************************************
# _ _ ____ _
# Project ___| | | | _ \| |
# / __| | | | |_) | |
# | (__| |_| | _ <| |___
# \___|\___/|_| \_\_____|
#
2023-07-02 19:51:09 +02:00
# Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
2015-04-27 22:25:09 +02:00
#
# This software is licensed as described in the file COPYING, which
# you should have received as part of this distribution. The terms
2021-09-14 00:13:48 +02:00
# are also available at https://curl.se/docs/copyright.html.
2015-04-27 22:25:09 +02:00
#
# You may opt to use, copy, modify, merge, publish, distribute and/or sell
# copies of the Software, and permit persons to whom the Software is
# furnished to do so, under the terms of the COPYING file.
#
# This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
# KIND, either express or implied.
#
2022-11-16 20:14:03 +01:00
# SPDX-License-Identifier: curl
#
2015-04-27 22:25:09 +02:00
###########################################################################
2017-04-14 19:02:05 +02:00
# curl/libcurl CMake script
2015-04-27 22:25:09 +02:00
# by Tetetest and Sukender (Benoit Neil)
# TODO:
# The output .so file lacks the soname number which we currently have within the lib/Makefile.am file
# Add full (4 or 5 libs) SSL support
# Add INSTALL target (EXTRA_DIST variables in Makefile.am may be moved to Makefile.inc so that CMake/CPack is aware of what's to include).
# Check on all possible platforms
# Test with as many configurations possible (With or without any option)
# Create scripts that help keeping the CMake build system up to date (to reduce maintenance). According to Tetetest:
# - lists of headers that 'configure' checks for;
# - curl-specific tests (the ones that are in m4/curl-*.m4 files);
# - (most obvious thing:) curl version numbers.
# Add documentation subproject
#
# To check:
# (From Daniel Stenberg) The cmake build selected to run gcc with -fPIC on my box while the plain configure script did not.
# (From Daniel Stenberg) The gcc command line use neither -g nor any -O options. As a developer, I also treasure our configure scripts's --enable-debug option that sets a long range of "picky" compiler options.
2022-11-16 20:14:03 +01:00
# Note: By default this CMake build script detects the version of some
# dependencies using `check_symbol_exists`. Those checks do not work
# in the case that both CURL and its dependency are included as
# sub-projects in a larger build using `FetchContent`. To support
# that case, additional variables may be defined by the parent
# project, ideally in the "extra" find package redirect file:
# https://cmake.org/cmake/help/latest/module/FetchContent.html#integrating-with-find-package
#
# The following variables are available:
# HAVE_RAND_EGD: `RAND_egd` present in OpenSSL
2023-07-02 19:51:09 +02:00
# HAVE_AWSLC: OpenSSL is AWS-LC
2022-11-16 20:14:03 +01:00
# HAVE_BORINGSSL: OpenSSL is BoringSSL
# HAVE_PK11_CREATEMANAGEDGENERICOBJECTL: `PK11_CreateManagedGenericObject` present in NSS
2023-07-02 19:51:09 +02:00
# HAVE_SSL_CTX_SET_QUIC_METHOD: `SSL_CTX_set_quic_method` present in OpenSSL/wolfSSL
2022-11-16 20:14:03 +01:00
# HAVE_QUICHE_CONN_SET_QLOG_FD: `quiche_conn_set_qlog_fd` present in QUICHE
# HAVE_ZSTD_CREATEDSTREAM: `ZSTD_createDStream` present in Zstd
#
# For each of the above variables, if the variable is DEFINED (either
# to ON or OFF), the symbol detection will be skipped. If the
# variable is NOT DEFINED, the symbol detection will be performed.
2015-04-27 22:25:09 +02:00
set(CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/CMake;${CMAKE_MODULE_PATH}")
include(Utilities)
include(Macros)
2017-04-14 19:02:05 +02:00
include(CMakeDependentOption)
2018-01-26 17:06:56 +01:00
include(CheckCCompilerFlag)
2015-04-27 22:25:09 +02:00
2018-10-28 12:09:07 +01:00
project(CURL C)
2015-04-27 22:25:09 +02:00
2020-08-30 11:54:41 +02:00
file(STRINGS ${CURL_SOURCE_DIR}/include/curl/curlver.h CURL_VERSION_H_CONTENTS REGEX "#define LIBCURL_VERSION( |_NUM )")
2018-10-28 12:09:07 +01:00
string(REGEX MATCH "#define LIBCURL_VERSION \"[^\"]*"
2015-11-17 17:22:37 +01:00
CURL_VERSION ${CURL_VERSION_H_CONTENTS})
2018-10-28 12:09:07 +01:00
string(REGEX REPLACE "[^\"]+\"" "" CURL_VERSION ${CURL_VERSION})
string(REGEX MATCH "#define LIBCURL_VERSION_NUM 0x[0-9a-fA-F]+"
2015-11-17 17:22:37 +01:00
CURL_VERSION_NUM ${CURL_VERSION_H_CONTENTS})
2018-10-28 12:09:07 +01:00
string(REGEX REPLACE "[^0]+0x" "" CURL_VERSION_NUM ${CURL_VERSION_NUM})
2015-04-27 22:25:09 +02:00
# Setup package meta-data
2015-04-27 22:25:09 +02:00
# SET(PACKAGE "curl")
if(0) # This code not needed for building within CMake.
message(STATUS "curl version=[${CURL_VERSION}]")
endif()
# SET(PACKAGE_TARNAME "curl")
# SET(PACKAGE_NAME "curl")
# SET(PACKAGE_VERSION "-")
# SET(PACKAGE_STRING "curl-")
2021-09-14 00:13:48 +02:00
# SET(PACKAGE_BUGREPORT "a suitable curl mailing list => https://curl.se/mail/")
2015-04-27 22:25:09 +02:00
set(OPERATING_SYSTEM "${CMAKE_SYSTEM_NAME}")
2022-11-16 20:14:03 +01:00
if(CMAKE_C_COMPILER_TARGET)
set(OS "\"${CMAKE_C_COMPILER_TARGET}\"")
else()
set(OS "\"${CMAKE_SYSTEM_NAME}\"")
endif()
2015-04-27 22:25:09 +02:00
2018-10-28 12:09:07 +01:00
include_directories(${CURL_SOURCE_DIR}/include)
2015-04-27 22:25:09 +02:00
2018-01-26 17:06:56 +01:00
option(CURL_WERROR "Turn compiler warnings into errors" OFF)
option(PICKY_COMPILER "Enable picky compiler options" ON)
2017-04-14 19:02:05 +02:00
option(BUILD_CURL_EXE "Set to ON to build curl executable." ON)
2018-10-28 12:09:07 +01:00
option(BUILD_SHARED_LIBS "Build shared libraries" ON)
2015-11-17 17:22:37 +01:00
option(ENABLE_ARES "Set to ON to enable c-ares support" OFF)
2017-04-14 19:02:05 +02:00
if(WIN32)
2018-01-26 17:06:56 +01:00
option(CURL_STATIC_CRT "Set to ON to build libcurl with static CRT on Windows (/MT)." OFF)
2021-09-14 00:13:48 +02:00
option(ENABLE_UNICODE "Set to ON to use the Unicode version of the Windows API functions" OFF)
2020-08-30 11:54:41 +02:00
if(0) # This code not needed for building within CMake.
set(CURL_TARGET_WINDOWS_VERSION "" CACHE STRING "Minimum target Windows version as hex string")
if(CURL_TARGET_WINDOWS_VERSION)
add_definitions(-D_WIN32_WINNT=${CURL_TARGET_WINDOWS_VERSION})
2023-07-02 19:51:09 +02:00
list(APPEND CMAKE_REQUIRED_DEFINITIONS -D_WIN32_WINNT=${CURL_TARGET_WINDOWS_VERSION})
2022-11-16 20:14:03 +01:00
set(CURL_TEST_DEFINES "${CURL_TEST_DEFINES} -D_WIN32_WINNT=${CURL_TARGET_WINDOWS_VERSION}")
2020-08-30 11:54:41 +02:00
endif()
endif()
2021-09-14 00:13:48 +02:00
if(ENABLE_UNICODE)
add_definitions(-DUNICODE -D_UNICODE)
if(MINGW)
add_compile_options(-municode)
endif()
endif()
2017-04-14 19:02:05 +02:00
endif()
2020-08-30 11:54:41 +02:00
option(CURL_LTO "Turn on compiler Link Time Optimizations" OFF)
2018-01-26 17:06:56 +01:00
2019-11-11 23:01:05 +01:00
if(0) # This code not needed for building within CMake.
2018-10-28 12:09:07 +01:00
cmake_dependent_option(ENABLE_THREADED_RESOLVER "Set to ON to enable threaded DNS lookup"
2018-01-26 17:06:56 +01:00
ON "NOT ENABLE_ARES"
OFF)
2019-11-11 23:01:05 +01:00
endif()
2018-01-26 17:06:56 +01:00
2015-11-17 17:22:37 +01:00
option(ENABLE_DEBUG "Set to ON to enable curl debug features" OFF)
option(ENABLE_CURLDEBUG "Set to ON to build with TrackMemory feature enabled" OFF)
2023-07-02 19:51:09 +02:00
include(PickyWarnings)
2018-01-26 17:06:56 +01:00
2018-10-28 12:09:07 +01:00
if(ENABLE_DEBUG)
2015-11-17 17:22:37 +01:00
# DEBUGBUILD will be defined only for Debug builds
2019-11-11 23:01:05 +01:00
set_property(DIRECTORY APPEND PROPERTY COMPILE_DEFINITIONS $<$<CONFIG:Debug>:DEBUGBUILD>)
2015-11-17 17:22:37 +01:00
set(ENABLE_CURLDEBUG ON)
endif()
2018-10-28 12:09:07 +01:00
if(ENABLE_CURLDEBUG)
2015-11-17 17:22:37 +01:00
set_property(DIRECTORY APPEND PROPERTY COMPILE_DEFINITIONS CURLDEBUG)
endif()
2018-01-26 17:06:56 +01:00
if(0) # This code not needed for building within CMake.
# For debug libs and exes, add "-d" postfix
2018-10-28 12:09:07 +01:00
if(NOT DEFINED CMAKE_DEBUG_POSTFIX)
set(CMAKE_DEBUG_POSTFIX "-d")
endif()
2018-01-26 17:06:56 +01:00
endif()
2015-04-27 22:25:09 +02:00
# initialize CURL_LIBS
set(CURL_LIBS "")
2015-11-17 17:22:37 +01:00
if(ENABLE_ARES)
set(USE_ARES 1)
2015-04-27 22:25:09 +02:00
find_package(CARES REQUIRED)
2018-10-28 12:09:07 +01:00
list(APPEND CURL_LIBS ${CARES_LIBRARY})
2015-04-27 22:25:09 +02:00
endif()
2017-04-14 19:02:05 +02:00
if(0) # This code not needed for building within CMake.
include(CurlSymbolHiding)
endif()
2015-04-27 22:25:09 +02:00
2021-11-20 13:41:27 +01:00
option(CURL_ENABLE_EXPORT_TARGET "to enable cmake export target" ON)
mark_as_advanced(CURL_ENABLE_EXPORT_TARGET)
option(CURL_DISABLE_ALTSVC "disables alt-svc support" OFF)
mark_as_advanced(CURL_DISABLE_ALTSVC)
option(CURL_DISABLE_COOKIES "disables cookies support" OFF)
mark_as_advanced(CURL_DISABLE_COOKIES)
option(CURL_DISABLE_CRYPTO_AUTH "disables cryptographic authentication" OFF)
mark_as_advanced(CURL_DISABLE_CRYPTO_AUTH)
2015-04-27 22:25:09 +02:00
option(CURL_DISABLE_DICT "disables DICT" OFF)
mark_as_advanced(CURL_DISABLE_DICT)
2021-11-20 13:41:27 +01:00
option(CURL_DISABLE_DOH "disables DNS-over-HTTPS" OFF)
mark_as_advanced(CURL_DISABLE_DOH)
2015-04-27 22:25:09 +02:00
option(CURL_DISABLE_FILE "disables FILE" OFF)
mark_as_advanced(CURL_DISABLE_FILE)
2021-11-20 13:41:27 +01:00
option(CURL_DISABLE_FTP "disables FTP" OFF)
mark_as_advanced(CURL_DISABLE_FTP)
option(CURL_DISABLE_GETOPTIONS "disables curl_easy_options API for existing options to curl_easy_setopt" OFF)
mark_as_advanced(CURL_DISABLE_GETOPTIONS)
option(CURL_DISABLE_GOPHER "disables Gopher" OFF)
mark_as_advanced(CURL_DISABLE_GOPHER)
option(CURL_DISABLE_HSTS "disables HSTS support" OFF)
mark_as_advanced(CURL_DISABLE_HSTS)
2015-04-27 22:25:09 +02:00
option(CURL_DISABLE_HTTP "disables HTTP" OFF)
mark_as_advanced(CURL_DISABLE_HTTP)
2021-11-20 13:41:27 +01:00
option(CURL_DISABLE_HTTP_AUTH "disables all HTTP authentication methods" OFF)
mark_as_advanced(CURL_DISABLE_HTTP_AUTH)
option(CURL_DISABLE_IMAP "disables IMAP" OFF)
mark_as_advanced(CURL_DISABLE_IMAP)
option(CURL_DISABLE_LDAP "disables LDAP" OFF)
mark_as_advanced(CURL_DISABLE_LDAP)
option(CURL_DISABLE_LDAPS "disables LDAPS" OFF)
2015-04-27 22:25:09 +02:00
mark_as_advanced(CURL_DISABLE_LDAPS)
2021-11-20 13:41:27 +01:00
option(CURL_DISABLE_LIBCURL_OPTION "disables --libcurl option from the curl tool" OFF)
mark_as_advanced(CURL_DISABLE_LIBCURL_OPTION)
option(CURL_DISABLE_MIME "disables MIME support" OFF)
mark_as_advanced(CURL_DISABLE_MIME)
option(CURL_DISABLE_MQTT "disables MQTT" OFF)
mark_as_advanced(CURL_DISABLE_MQTT)
option(CURL_DISABLE_NETRC "disables netrc parser" OFF)
mark_as_advanced(CURL_DISABLE_NETRC)
option(CURL_DISABLE_NTLM "disables NTLM support" OFF)
mark_as_advanced(CURL_DISABLE_NTLM)
option(CURL_DISABLE_PARSEDATE "disables date parsing" OFF)
mark_as_advanced(CURL_DISABLE_PARSEDATE)
option(CURL_DISABLE_POP3 "disables POP3" OFF)
2015-04-27 22:25:09 +02:00
mark_as_advanced(CURL_DISABLE_POP3)
2021-11-20 13:41:27 +01:00
option(CURL_DISABLE_PROGRESS_METER "disables built-in progress meter" OFF)
mark_as_advanced(CURL_DISABLE_PROGRESS_METER)
option(CURL_DISABLE_PROXY "disables proxy support" OFF)
mark_as_advanced(CURL_DISABLE_PROXY)
option(CURL_DISABLE_RTSP "disables RTSP" OFF)
mark_as_advanced(CURL_DISABLE_RTSP)
option(CURL_DISABLE_SHUFFLE_DNS "disables shuffle DNS feature" OFF)
mark_as_advanced(CURL_DISABLE_SHUFFLE_DNS)
option(CURL_DISABLE_SMB "disables SMB" OFF)
mark_as_advanced(CURL_DISABLE_SMB)
option(CURL_DISABLE_SMTP "disables SMTP" OFF)
2015-04-27 22:25:09 +02:00
mark_as_advanced(CURL_DISABLE_SMTP)
2021-11-20 13:41:27 +01:00
option(CURL_DISABLE_SOCKETPAIR "disables use of socketpair for curl_multi_poll" OFF)
mark_as_advanced(CURL_DISABLE_SOCKETPAIR)
option(CURL_DISABLE_TELNET "disables Telnet" OFF)
mark_as_advanced(CURL_DISABLE_TELNET)
option(CURL_DISABLE_TFTP "disables TFTP" OFF)
mark_as_advanced(CURL_DISABLE_TFTP)
option(CURL_DISABLE_VERBOSE_STRINGS "disables verbose strings" OFF)
mark_as_advanced(CURL_DISABLE_VERBOSE_STRINGS)
2021-09-14 00:13:48 +02:00
2021-11-20 13:41:27 +01:00
# Corresponds to HTTP_ONLY in lib/curl_setup.h
option(HTTP_ONLY "disables all protocols except HTTP (This overrides all CURL_DISABLE_* options)" OFF)
mark_as_advanced(HTTP_ONLY)
2015-04-27 22:25:09 +02:00
if(HTTP_ONLY)
2021-09-14 00:13:48 +02:00
set(CURL_DISABLE_DICT ON)
set(CURL_DISABLE_FILE ON)
2015-04-27 22:25:09 +02:00
set(CURL_DISABLE_FTP ON)
2021-09-14 00:13:48 +02:00
set(CURL_DISABLE_GOPHER ON)
set(CURL_DISABLE_IMAP ON)
2015-04-27 22:25:09 +02:00
set(CURL_DISABLE_LDAP ON)
set(CURL_DISABLE_LDAPS ON)
2021-09-14 00:13:48 +02:00
set(CURL_DISABLE_MQTT ON)
2015-04-27 22:25:09 +02:00
set(CURL_DISABLE_POP3 ON)
2021-09-14 00:13:48 +02:00
set(CURL_DISABLE_RTSP ON)
2020-08-30 11:54:41 +02:00
set(CURL_DISABLE_SMB ON)
2015-04-27 22:25:09 +02:00
set(CURL_DISABLE_SMTP ON)
2021-09-14 00:13:48 +02:00
set(CURL_DISABLE_TELNET ON)
set(CURL_DISABLE_TFTP ON)
2015-04-27 22:25:09 +02:00
endif()
2015-11-17 17:22:37 +01:00
option(ENABLE_IPV6 "Define if you want to enable IPv6 support" ON)
2015-04-27 22:25:09 +02:00
mark_as_advanced(ENABLE_IPV6)
2016-09-11 17:22:32 +02:00
if(ENABLE_IPV6 AND NOT WIN32)
2015-11-17 17:22:37 +01:00
include(CheckStructHasMember)
check_struct_has_member("struct sockaddr_in6" sin6_addr "netinet/in.h"
HAVE_SOCKADDR_IN6_SIN6_ADDR)
check_struct_has_member("struct sockaddr_in6" sin6_scope_id "netinet/in.h"
HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID)
if(NOT HAVE_SOCKADDR_IN6_SIN6_ADDR)
message(WARNING "struct sockaddr_in6 not available, disabling IPv6 support")
# Force the feature off as this name is used as guard macro...
set(ENABLE_IPV6 OFF
CACHE BOOL "Define if you want to enable IPv6 support" FORCE)
endif()
2022-03-29 21:10:50 +02:00
if(CMAKE_SYSTEM_NAME STREQUAL "Darwin" AND NOT ENABLE_ARES)
set(use_core_foundation ON)
find_library(SYSTEMCONFIGURATION_FRAMEWORK "SystemConfiguration")
if(NOT SYSTEMCONFIGURATION_FRAMEWORK)
message(FATAL_ERROR "SystemConfiguration framework not found")
endif()
list(APPEND CURL_LIBS "-framework SystemConfiguration")
endif()
2015-11-17 17:22:37 +01:00
endif()
2015-04-27 22:25:09 +02:00
2017-07-20 19:35:53 +02:00
if(0) # This code not needed for building within CMake.
2021-09-14 00:13:48 +02:00
if(USE_MANUAL)
#nroff is currently only used when USE_MANUAL is set, so we can prevent the warning of no *NROFF if USE_MANUAL is OFF (or not defined), by not even looking for NROFF..
curl_nroff_check()
endif()
2018-01-26 17:06:56 +01:00
find_package(Perl)
2018-10-28 12:09:07 +01:00
cmake_dependent_option(ENABLE_MANUAL "to provide the built-in manual"
2018-01-26 17:06:56 +01:00
ON "NROFF_USEFUL;PERL_FOUND"
OFF)
if(ENABLE_MANUAL)
set(USE_MANUAL ON)
endif()
2017-07-20 19:35:53 +02:00
endif()
2018-01-26 17:06:56 +01:00
if(CURL_STATIC_CRT)
2020-08-30 11:54:41 +02:00
set(CMAKE_MSVC_RUNTIME_LIBRARY "MultiThreaded$<$<CONFIG:Debug>:Debug>")
2018-01-26 17:06:56 +01:00
set(CMAKE_C_FLAGS_RELEASE "${CMAKE_C_FLAGS_RELEASE} /MT")
set(CMAKE_C_FLAGS_DEBUG "${CMAKE_C_FLAGS_DEBUG} /MTd")
endif()
# Disable warnings on Borland to avoid changing 3rd party code.
2015-04-27 22:25:09 +02:00
if(BORLAND)
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -w-")
2018-10-28 12:09:07 +01:00
endif()
# If we are on AIX, do the _ALL_SOURCE magic
2015-04-27 22:25:09 +02:00
if(${CMAKE_SYSTEM_NAME} MATCHES AIX)
set(_ALL_SOURCE 1)
2018-10-28 12:09:07 +01:00
endif()
2023-07-02 19:51:09 +02:00
# If we are on Haiku, make sure that the network library is brought in.
if(${CMAKE_SYSTEM_NAME} MATCHES Haiku)
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -lnetwork")
endif()
# Include all the necessary files for macros
2020-08-30 11:54:41 +02:00
include(CMakePushCheckState)
2018-10-28 12:09:07 +01:00
include(CheckFunctionExists)
include(CheckIncludeFile)
include(CheckIncludeFiles)
include(CheckLibraryExists)
include(CheckSymbolExists)
include(CheckTypeSize)
include(CheckCSourceCompiles)
# On windows preload settings
2015-04-27 22:25:09 +02:00
if(WIN32)
2023-07-02 19:51:09 +02:00
list(APPEND CMAKE_REQUIRED_DEFINITIONS -D_WINSOCKAPI_=)
2015-04-27 22:25:09 +02:00
include(${CMAKE_CURRENT_SOURCE_DIR}/CMake/Platforms/WindowsCache.cmake)
2018-10-28 12:09:07 +01:00
endif()
2015-11-17 17:22:37 +01:00
if(ENABLE_THREADED_RESOLVER)
2018-01-26 17:06:56 +01:00
find_package(Threads REQUIRED)
2017-04-14 19:02:05 +02:00
if(WIN32)
set(USE_THREADS_WIN32 ON)
else()
2018-01-26 17:06:56 +01:00
set(USE_THREADS_POSIX ${CMAKE_USE_PTHREADS_INIT})
set(HAVE_PTHREAD_H ${CMAKE_USE_PTHREADS_INIT})
2015-11-17 17:22:37 +01:00
endif()
2018-01-26 17:06:56 +01:00
set(CURL_LIBS ${CURL_LIBS} ${CMAKE_THREAD_LIBS_INIT})
2015-11-17 17:22:37 +01:00
endif()
# Check for all needed libraries
2015-04-27 22:25:09 +02:00
check_library_exists_concat("socket" connect HAVE_LIBSOCKET)
2015-11-17 17:22:37 +01:00
check_function_exists(gethostname HAVE_GETHOSTNAME)
2015-04-27 22:25:09 +02:00
if(WIN32)
check_library_exists_concat("ws2_32" getch HAVE_LIBWS2_32)
check_library_exists_concat("winmm" getch HAVE_LIBWINMM)
2023-07-02 19:51:09 +02:00
# Matching logic used for Curl_win32_random()
if(MINGW)
check_c_source_compiles("
#include <_mingw.h>
#if defined(__MINGW64_VERSION_MAJOR)
#error
#endif
int main(void) {
return 0;
}"
HAVE_MINGW_ORIGINAL)
2022-03-29 21:10:50 +02:00
endif()
endif()
2023-07-02 19:51:09 +02:00
if(0) # This code not needed for building within CMake.
2022-03-29 21:10:50 +02:00
# check SSL libraries
# TODO support GnuTLS
option(CURL_ENABLE_SSL "Enable SSL support" ON)
2015-11-17 17:22:37 +01:00
2017-07-20 19:35:53 +02:00
if(APPLE)
2022-03-29 21:10:50 +02:00
cmake_dependent_option(CURL_USE_SECTRANSP "enable Apple OS native SSL/TLS" OFF CURL_ENABLE_SSL OFF)
2017-07-20 19:35:53 +02:00
endif()
if(WIN32)
2022-03-29 21:10:50 +02:00
cmake_dependent_option(CURL_USE_SCHANNEL "enable Windows native SSL/TLS" OFF CURL_ENABLE_SSL OFF)
2023-07-02 19:51:09 +02:00
cmake_dependent_option(CURL_WINDOWS_SSPI "Use windows libraries to allow NTLM authentication without OpenSSL" ON
2022-03-29 21:10:50 +02:00
CURL_USE_SCHANNEL OFF)
2017-07-20 19:35:53 +02:00
endif()
2022-03-29 21:10:50 +02:00
cmake_dependent_option(CURL_USE_MBEDTLS "Enable mbedTLS for SSL/TLS" OFF CURL_ENABLE_SSL OFF)
cmake_dependent_option(CURL_USE_BEARSSL "Enable BearSSL for SSL/TLS" OFF CURL_ENABLE_SSL OFF)
cmake_dependent_option(CURL_USE_NSS "Enable NSS for SSL/TLS" OFF CURL_ENABLE_SSL OFF)
cmake_dependent_option(CURL_USE_WOLFSSL "enable wolfSSL for SSL/TLS" OFF CURL_ENABLE_SSL OFF)
2017-07-20 19:35:53 +02:00
set(openssl_default ON)
2022-03-29 21:10:50 +02:00
if(WIN32 OR CURL_USE_SECTRANSP OR CURL_USE_SCHANNEL OR CURL_USE_MBEDTLS OR CURL_USE_NSS OR CURL_USE_WOLFSSL)
2017-07-20 19:35:53 +02:00
set(openssl_default OFF)
endif()
2022-03-29 21:10:50 +02:00
cmake_dependent_option(CURL_USE_OPENSSL "Use OpenSSL code. Experimental" ${openssl_default} CURL_ENABLE_SSL OFF)
2021-09-14 00:13:48 +02:00
option(CURL_DISABLE_OPENSSL_AUTO_LOAD_CONFIG "Disable automatic loading of OpenSSL configuration" OFF)
2022-03-29 21:10:50 +02:00
endif()
2017-07-20 19:35:53 +02:00
2018-10-28 12:09:07 +01:00
count_true(enabled_ssl_options_count
2022-03-29 21:10:50 +02:00
CURL_USE_SCHANNEL
CURL_USE_SECTRANSP
CURL_USE_OPENSSL
CURL_USE_MBEDTLS
CURL_USE_BEARSSL
CURL_USE_NSS
CURL_USE_WOLFSSL
2017-07-20 19:35:53 +02:00
)
2018-10-28 12:09:07 +01:00
if(enabled_ssl_options_count GREATER "1")
set(CURL_WITH_MULTI_SSL ON)
2017-07-20 19:35:53 +02:00
endif()
2022-03-29 21:10:50 +02:00
if(CURL_USE_SCHANNEL)
2017-07-20 19:35:53 +02:00
set(SSL_ENABLED ON)
set(USE_SCHANNEL ON) # Windows native SSL/TLS support
2022-03-29 21:10:50 +02:00
set(USE_WINDOWS_SSPI ON) # CURL_USE_SCHANNEL implies CURL_WINDOWS_SSPI
2017-07-20 19:35:53 +02:00
endif()
if(CURL_WINDOWS_SSPI)
set(USE_WINDOWS_SSPI ON)
endif()
2022-03-29 21:10:50 +02:00
if(CURL_USE_SECTRANSP)
set(use_core_foundation ON)
find_library(SECURITY_FRAMEWORK "Security")
if(NOT SECURITY_FRAMEWORK)
message(FATAL_ERROR "Security framework not found")
endif()
set(SSL_ENABLED ON)
set(USE_SECTRANSP ON)
list(APPEND CURL_LIBS "-framework Security")
2019-11-11 23:01:05 +01:00
endif()
2022-03-29 21:10:50 +02:00
if(use_core_foundation)
2017-07-20 19:35:53 +02:00
find_library(COREFOUNDATION_FRAMEWORK "CoreFoundation")
if(NOT COREFOUNDATION_FRAMEWORK)
message(FATAL_ERROR "CoreFoundation framework not found")
2015-11-17 17:22:37 +01:00
endif()
2017-07-20 19:35:53 +02:00
2022-03-29 21:10:50 +02:00
list(APPEND CURL_LIBS "-framework CoreFoundation")
2021-09-14 00:13:48 +02:00
endif()
2022-03-29 21:10:50 +02:00
if(CURL_USE_OPENSSL)
2020-02-01 23:06:01 +01:00
find_package(OpenSSL)
if(NOT OpenSSL_FOUND)
message(FATAL_ERROR
"Could not find OpenSSL. Install an OpenSSL development package or "
"configure CMake with -DCMAKE_USE_OPENSSL=OFF to build without OpenSSL.")
endif()
2017-07-20 19:35:53 +02:00
set(SSL_ENABLED ON)
set(USE_OPENSSL ON)
list(APPEND CURL_LIBS ${OPENSSL_LIBRARIES})
include_directories(${OPENSSL_INCLUDE_DIR})
2018-10-28 12:09:07 +01:00
2023-07-02 19:51:09 +02:00
if(WIN32)
list(APPEND CURL_LIBS "ws2_32")
if(NOT HAVE_MINGW_ORIGINAL)
list(APPEND CURL_LIBS "bcrypt") # for OpenSSL/LibreSSL
endif()
endif()
2017-07-20 19:35:53 +02:00
set(CMAKE_REQUIRED_INCLUDES ${OPENSSL_INCLUDE_DIR})
2022-11-16 20:14:03 +01:00
if(NOT DEFINED HAVE_RAND_EGD)
check_symbol_exists(RAND_egd "${CURL_INCLUDES}" HAVE_RAND_EGD)
endif()
if(NOT DEFINED HAVE_BORINGSSL)
check_symbol_exists(OPENSSL_IS_BORINGSSL "openssl/base.h" HAVE_BORINGSSL)
endif()
2023-07-02 19:51:09 +02:00
if(NOT DEFINED HAVE_AWSLC)
check_symbol_exists(OPENSSL_IS_AWSLC "openssl/base.h" HAVE_AWSLC)
endif()
2017-07-20 19:35:53 +02:00
# Optionally build with a specific CA cert bundle.
if(CURL_CA_BUNDLE)
add_definitions(-DCURL_CA_BUNDLE="${CURL_CA_BUNDLE}")
endif()
# Optionally build with a specific CA cert dir.
if(CURL_CA_PATH)
add_definitions(-DCURL_CA_PATH="${CURL_CA_PATH}")
2015-11-17 17:22:37 +01:00
endif()
endif()
2022-03-29 21:10:50 +02:00
if(CURL_USE_MBEDTLS)
2017-07-20 19:35:53 +02:00
find_package(MbedTLS REQUIRED)
set(SSL_ENABLED ON)
set(USE_MBEDTLS ON)
list(APPEND CURL_LIBS ${MBEDTLS_LIBRARIES})
include_directories(${MBEDTLS_INCLUDE_DIRS})
endif()
2022-03-29 21:10:50 +02:00
if(CURL_USE_BEARSSL)
2020-08-30 11:54:41 +02:00
find_package(BearSSL REQUIRED)
set(SSL_ENABLED ON)
set(USE_BEARSSL ON)
list(APPEND CURL_LIBS ${BEARSSL_LIBRARY})
include_directories(${BEARSSL_INCLUDE_DIRS})
endif()
2022-03-29 21:10:50 +02:00
if(CURL_USE_WOLFSSL)
2020-08-30 11:54:41 +02:00
find_package(WolfSSL REQUIRED)
set(SSL_ENABLED ON)
set(USE_WOLFSSL ON)
list(APPEND CURL_LIBS ${WolfSSL_LIBRARIES})
include_directories(${WolfSSL_INCLUDE_DIRS})
endif()
2022-03-29 21:10:50 +02:00
if(CURL_USE_NSS)
2020-08-30 11:54:41 +02:00
find_package(NSS REQUIRED)
include_directories(${NSS_INCLUDE_DIRS})
list(APPEND CURL_LIBS ${NSS_LIBRARIES})
set(SSL_ENABLED ON)
set(USE_NSS ON)
2022-11-16 20:14:03 +01:00
if(NOT DEFINED HAVE_PK11_CREATEMANAGEDGENERICOBJECT)
cmake_push_check_state()
set(CMAKE_REQUIRED_INCLUDES ${NSS_INCLUDE_DIRS})
set(CMAKE_REQUIRED_LIBRARIES ${NSS_LIBRARIES})
check_symbol_exists(PK11_CreateManagedGenericObject "pk11pub.h" HAVE_PK11_CREATEMANAGEDGENERICOBJECT)
cmake_pop_check_state()
endif()
2020-08-30 11:54:41 +02:00
endif()
2023-07-02 19:51:09 +02:00
# Keep ZLIB detection after TLS detection,
# and before calling CheckQuicSupportInOpenSSL.
set(HAVE_LIBZ OFF)
set(USE_ZLIB OFF)
find_package(ZLIB)
if(ZLIB_FOUND)
set(HAVE_LIBZ ON)
set(USE_ZLIB ON)
# Depend on ZLIB via imported targets if supported by the running
# version of CMake. This allows our dependents to get our dependencies
# transitively.
if(NOT CMAKE_VERSION VERSION_LESS 3.4)
if(CMAKE_USE_SYSTEM_ZLIB)
list(APPEND CURL_LIBS ZLIB::ZLIB)
else()
list(APPEND CURL_LIBS cmzlib)
endif()
else()
list(APPEND CURL_LIBS ${ZLIB_LIBRARIES})
include_directories(${ZLIB_INCLUDE_DIRS})
list(APPEND CMAKE_REQUIRED_INCLUDES ${ZLIB_INCLUDE_DIRS})
endif()
endif()
option(CURL_BROTLI "Set to ON to enable building curl with brotli support." OFF)
set(HAVE_BROTLI OFF)
if(CURL_BROTLI)
find_package(Brotli QUIET)
if(BROTLI_FOUND)
set(HAVE_BROTLI ON)
list(APPEND CURL_LIBS ${BROTLI_LIBRARIES})
include_directories(${BROTLI_INCLUDE_DIRS})
list(APPEND CMAKE_REQUIRED_INCLUDES ${BROTLI_INCLUDE_DIRS})
endif()
endif()
option(CURL_ZSTD "Set to ON to enable building curl with zstd support." OFF)
set(HAVE_ZSTD OFF)
if(CURL_ZSTD)
find_package(Zstd REQUIRED)
if (NOT DEFINED HAVE_ZSTD_CREATEDSTREAM)
cmake_push_check_state()
set(CMAKE_REQUIRED_INCLUDES ${Zstd_INCLUDE_DIRS})
set(CMAKE_REQUIRED_LIBRARIES ${Zstd_LIBRARIES})
check_symbol_exists(ZSTD_createDStream "zstd.h" HAVE_ZSTD_CREATEDSTREAM)
cmake_pop_check_state()
endif()
if(Zstd_FOUND AND HAVE_ZSTD_CREATEDSTREAM)
set(HAVE_ZSTD ON)
list(APPEND CURL_LIBS ${Zstd_LIBRARIES})
include_directories(${Zstd_INCLUDE_DIRS})
endif()
endif()
2017-04-14 19:02:05 +02:00
option(USE_NGHTTP2 "Use Nghttp2 library" OFF)
if(USE_NGHTTP2)
find_package(NGHTTP2 REQUIRED)
include_directories(${NGHTTP2_INCLUDE_DIRS})
list(APPEND CURL_LIBS ${NGHTTP2_LIBRARIES})
endif()
2020-08-30 11:54:41 +02:00
function(CheckQuicSupportInOpenSSL)
2023-07-02 19:51:09 +02:00
# Be sure that the OpenSSL/wolfSSL library actually supports QUIC.
2022-11-16 20:14:03 +01:00
if(NOT DEFINED HAVE_SSL_CTX_SET_QUIC_METHOD)
cmake_push_check_state()
2023-07-02 19:51:09 +02:00
if(USE_WOLFSSL)
set(CMAKE_REQUIRED_INCLUDES "${WolfSSL_INCLUDE_DIRS}")
set(CMAKE_REQUIRED_LIBRARIES "${WolfSSL_LIBRARIES}")
if(HAVE_LIBZ)
list(APPEND CMAKE_REQUIRED_INCLUDES "${ZLIB_INCLUDE_DIRS}") # Public wolfSSL headers require zlib headers
list(APPEND CMAKE_REQUIRED_LIBRARIES "${ZLIB_LIBRARIES}")
endif()
if(WIN32)
list(APPEND CMAKE_REQUIRED_LIBRARIES "ws2_32" "crypt32")
endif()
list(APPEND CMAKE_REQUIRED_DEFINITIONS -DHAVE_UINTPTR_T) # to pull in stdint.h (as of wolfSSL v5.5.4)
check_symbol_exists(wolfSSL_set_quic_method "wolfssl/options.h;wolfssl/openssl/ssl.h" HAVE_SSL_CTX_SET_QUIC_METHOD)
else()
set(CMAKE_REQUIRED_INCLUDES "${OPENSSL_INCLUDE_DIR}")
set(CMAKE_REQUIRED_LIBRARIES "${OPENSSL_LIBRARIES}")
if(HAVE_LIBZ)
list(APPEND CMAKE_REQUIRED_LIBRARIES "${ZLIB_LIBRARIES}")
endif()
if(WIN32)
list(APPEND CMAKE_REQUIRED_LIBRARIES "ws2_32")
if(NOT HAVE_MINGW_ORIGINAL)
list(APPEND CMAKE_REQUIRED_LIBRARIES "bcrypt") # for OpenSSL/LibreSSL
endif()
endif()
check_symbol_exists(SSL_CTX_set_quic_method "openssl/ssl.h" HAVE_SSL_CTX_SET_QUIC_METHOD)
endif()
2022-11-16 20:14:03 +01:00
cmake_pop_check_state()
endif()
2020-08-30 11:54:41 +02:00
if(NOT HAVE_SSL_CTX_SET_QUIC_METHOD)
2023-07-02 19:51:09 +02:00
message(FATAL_ERROR "QUIC support is missing in OpenSSL/LibreSSL/BoringSSL/wolfSSL. Try setting -DOPENSSL_ROOT_DIR")
2020-08-30 11:54:41 +02:00
endif()
endfunction()
option(USE_NGTCP2 "Use ngtcp2 and nghttp3 libraries for HTTP/3 support" OFF)
if(USE_NGTCP2)
2023-07-02 19:51:09 +02:00
if(USE_OPENSSL OR USE_WOLFSSL)
if(USE_WOLFSSL)
find_package(NGTCP2 REQUIRED wolfSSL)
elseif(HAVE_BORINGSSL)
2022-11-16 20:14:03 +01:00
find_package(NGTCP2 REQUIRED BoringSSL)
else()
find_package(NGTCP2 REQUIRED OpenSSL)
endif()
2020-08-30 11:54:41 +02:00
CheckQuicSupportInOpenSSL()
elseif(USE_GNUTLS)
# TODO add GnuTLS support as vtls library.
find_package(NGTCP2 REQUIRED GnuTLS)
else()
2023-07-02 19:51:09 +02:00
message(FATAL_ERROR "ngtcp2 requires OpenSSL, wolfSSL or GnuTLS")
2020-08-30 11:54:41 +02:00
endif()
set(USE_NGTCP2 ON)
include_directories(${NGTCP2_INCLUDE_DIRS})
list(APPEND CURL_LIBS ${NGTCP2_LIBRARIES})
find_package(NGHTTP3 REQUIRED)
set(USE_NGHTTP3 ON)
include_directories(${NGHTTP3_INCLUDE_DIRS})
list(APPEND CURL_LIBS ${NGHTTP3_LIBRARIES})
endif()
option(USE_QUICHE "Use quiche library for HTTP/3 support" OFF)
if(USE_QUICHE)
if(USE_NGTCP2)
message(FATAL_ERROR "Only one HTTP/3 backend can be selected!")
endif()
find_package(QUICHE REQUIRED)
CheckQuicSupportInOpenSSL()
set(USE_QUICHE ON)
include_directories(${QUICHE_INCLUDE_DIRS})
list(APPEND CURL_LIBS ${QUICHE_LIBRARIES})
2022-11-16 20:14:03 +01:00
if(NOT DEFINED HAVE_QUICHE_CONN_SET_QLOG_FD)
cmake_push_check_state()
set(CMAKE_REQUIRED_INCLUDES "${QUICHE_INCLUDE_DIRS}")
set(CMAKE_REQUIRED_LIBRARIES "${QUICHE_LIBRARIES}")
check_symbol_exists(quiche_conn_set_qlog_fd "quiche.h" HAVE_QUICHE_CONN_SET_QLOG_FD)
cmake_pop_check_state()
endif()
2020-08-30 11:54:41 +02:00
endif()
2022-08-04 22:12:04 +02:00
option(USE_MSH3 "Use msquic library for HTTP/3 support" OFF)
if(USE_MSH3)
if(USE_NGTCP2 OR USE_QUICHE)
message(FATAL_ERROR "Only one HTTP/3 backend can be selected!")
endif()
set(USE_MSH3 ON)
include_directories(${MSH3_INCLUDE_DIRS})
list(APPEND CURL_LIBS ${MSH3_LIBRARIES})
endif()
2015-04-27 22:25:09 +02:00
if(NOT CURL_DISABLE_LDAP)
if(WIN32)
2015-11-17 17:22:37 +01:00
option(USE_WIN32_LDAP "Use Windows LDAP implementation" ON)
if(USE_WIN32_LDAP)
2016-09-11 17:22:32 +02:00
check_library_exists_concat("wldap32" cldap_open HAVE_WLDAP32)
2015-04-27 22:25:09 +02:00
if(NOT HAVE_WLDAP32)
2015-11-17 17:22:37 +01:00
set(USE_WIN32_LDAP OFF)
2023-07-02 19:51:09 +02:00
elseif(NOT CURL_DISABLE_LDAPS)
set(HAVE_LDAP_SSL ON)
2015-04-27 22:25:09 +02:00
endif()
endif()
endif()
2022-03-29 21:10:50 +02:00
option(CURL_USE_OPENLDAP "Use OpenLDAP code." OFF)
mark_as_advanced(CURL_USE_OPENLDAP)
2015-04-27 22:25:09 +02:00
set(CMAKE_LDAP_LIB "ldap" CACHE STRING "Name or full path to ldap library")
set(CMAKE_LBER_LIB "lber" CACHE STRING "Name or full path to lber library")
2022-03-29 21:10:50 +02:00
if(CURL_USE_OPENLDAP AND USE_WIN32_LDAP)
message(FATAL_ERROR "Cannot use USE_WIN32_LDAP and CURL_USE_OPENLDAP at the same time")
2015-04-27 22:25:09 +02:00
endif()
2016-09-11 17:22:32 +02:00
2015-04-27 22:25:09 +02:00
# Now that we know, we're not using windows LDAP...
2016-09-11 17:22:32 +02:00
if(USE_WIN32_LDAP)
check_include_file_concat("winldap.h" HAVE_WINLDAP_H)
else()
2015-04-27 22:25:09 +02:00
# Check for LDAP
2015-11-17 17:22:37 +01:00
set(CMAKE_REQUIRED_LIBRARIES ${OPENSSL_LIBRARIES})
2015-04-27 22:25:09 +02:00
check_library_exists_concat(${CMAKE_LDAP_LIB} ldap_init HAVE_LIBLDAP)
check_library_exists_concat(${CMAKE_LBER_LIB} ber_init HAVE_LIBLBER)
2016-09-11 17:22:32 +02:00
set(CMAKE_REQUIRED_INCLUDES_BAK ${CMAKE_REQUIRED_INCLUDES})
set(CMAKE_LDAP_INCLUDE_DIR "" CACHE STRING "Path to LDAP include directory")
2015-04-27 22:25:09 +02:00
if(CMAKE_LDAP_INCLUDE_DIR)
2016-09-11 17:22:32 +02:00
list(APPEND CMAKE_REQUIRED_INCLUDES ${CMAKE_LDAP_INCLUDE_DIR})
2015-04-27 22:25:09 +02:00
endif()
2016-09-11 17:22:32 +02:00
check_include_file_concat("ldap.h" HAVE_LDAP_H)
check_include_file_concat("lber.h" HAVE_LBER_H)
if(NOT HAVE_LDAP_H)
message(STATUS "LDAP_H not found CURL_DISABLE_LDAP set ON")
set(CURL_DISABLE_LDAP ON CACHE BOOL "" FORCE)
set(CMAKE_REQUIRED_INCLUDES ${CMAKE_REQUIRED_INCLUDES_BAK}) #LDAP includes won't be used
elseif(NOT HAVE_LIBLDAP)
message(STATUS "LDAP library '${CMAKE_LDAP_LIB}' not found CURL_DISABLE_LDAP set ON")
set(CURL_DISABLE_LDAP ON CACHE BOOL "" FORCE)
set(CMAKE_REQUIRED_INCLUDES ${CMAKE_REQUIRED_INCLUDES_BAK}) #LDAP includes won't be used
else()
2022-03-29 21:10:50 +02:00
if(CURL_USE_OPENLDAP)
2016-09-11 17:22:32 +02:00
set(USE_OPENLDAP ON)
endif()
if(CMAKE_LDAP_INCLUDE_DIR)
include_directories(${CMAKE_LDAP_INCLUDE_DIR})
endif()
set(NEED_LBER_H ON)
set(_HEADER_LIST)
if(HAVE_WINDOWS_H)
list(APPEND _HEADER_LIST "windows.h")
endif()
if(HAVE_SYS_TYPES_H)
list(APPEND _HEADER_LIST "sys/types.h")
endif()
list(APPEND _HEADER_LIST "ldap.h")
2015-04-27 22:25:09 +02:00
2016-09-11 17:22:32 +02:00
set(_SRC_STRING "")
foreach(_HEADER ${_HEADER_LIST})
set(_INCLUDE_STRING "${_INCLUDE_STRING}#include <${_HEADER}>\n")
endforeach()
2015-04-27 22:25:09 +02:00
2016-09-11 17:22:32 +02:00
set(_SRC_STRING
"
${_INCLUDE_STRING}
int main(int argc, char ** argv)
{
BerValue *bvp = NULL;
BerElement *bep = ber_init(bvp);
ber_free(bep, 1);
return 0;
}"
)
2023-07-02 19:51:09 +02:00
list(APPEND CMAKE_REQUIRED_DEFINITIONS -DLDAP_DEPRECATED=1)
2016-09-11 17:22:32 +02:00
list(APPEND CMAKE_REQUIRED_LIBRARIES ${CMAKE_LDAP_LIB})
if(HAVE_LIBLBER)
list(APPEND CMAKE_REQUIRED_LIBRARIES ${CMAKE_LBER_LIB})
endif()
check_c_source_compiles("${_SRC_STRING}" NOT_NEED_LBER_H)
2019-11-11 23:01:05 +01:00
unset(CMAKE_REQUIRED_LIBRARIES)
2015-04-27 22:25:09 +02:00
2016-09-11 17:22:32 +02:00
if(NOT_NEED_LBER_H)
set(NEED_LBER_H OFF)
else()
set(CURL_TEST_DEFINES "${CURL_TEST_DEFINES} -DNEED_LBER_H")
endif()
2015-04-27 22:25:09 +02:00
endif()
endif()
endif()
# No ldap, no ldaps.
if(CURL_DISABLE_LDAP)
if(NOT CURL_DISABLE_LDAPS)
message(STATUS "LDAP needs to be enabled to support LDAPS")
set(CURL_DISABLE_LDAPS ON CACHE BOOL "" FORCE)
endif()
endif()
if(NOT CURL_DISABLE_LDAPS)
check_include_file_concat("ldap_ssl.h" HAVE_LDAP_SSL_H)
endif()
2022-11-16 20:14:03 +01:00
# Check for idn2
2021-09-14 00:13:48 +02:00
option(USE_LIBIDN2 "Use libidn2 for IDN support" ON)
if(USE_LIBIDN2)
check_library_exists_concat("idn2" idn2_lookup_ul HAVE_LIBIDN2)
2022-11-16 20:14:03 +01:00
else()
set(HAVE_LIBIDN2 OFF)
2021-09-14 00:13:48 +02:00
endif()
if(WIN32)
option(USE_WIN32_IDN "Use WinIDN for IDN support" OFF)
if(USE_WIN32_IDN)
2022-11-16 20:14:03 +01:00
list(APPEND CURL_LIBS "normaliz")
2021-09-14 00:13:48 +02:00
endif()
endif()
2022-11-16 20:14:03 +01:00
#libpsl
option(CURL_USE_LIBPSL "Use libPSL" ON)
mark_as_advanced(CURL_USE_LIBPSL)
set(USE_LIBPSL OFF)
if(CURL_USE_LIBPSL)
find_package(LibPSL)
if(LIBPSL_FOUND)
list(APPEND CURL_LIBS ${LIBPSL_LIBRARY})
list(APPEND CMAKE_REQUIRED_INCLUDES "${LIBPSL_INCLUDE_DIR}")
include_directories("${LIBPSL_INCLUDE_DIR}")
set(USE_LIBPSL ON)
endif()
endif()
2015-04-27 22:25:09 +02:00
#libSSH2
2022-03-29 21:10:50 +02:00
option(CURL_USE_LIBSSH2 "Use libSSH2" ON)
mark_as_advanced(CURL_USE_LIBSSH2)
2015-04-27 22:25:09 +02:00
set(USE_LIBSSH2 OFF)
2022-03-29 21:10:50 +02:00
if(CURL_USE_LIBSSH2)
2015-04-27 22:25:09 +02:00
find_package(LibSSH2)
if(LIBSSH2_FOUND)
list(APPEND CURL_LIBS ${LIBSSH2_LIBRARY})
2016-09-11 17:22:32 +02:00
list(APPEND CMAKE_REQUIRED_INCLUDES "${LIBSSH2_INCLUDE_DIR}")
2015-11-17 17:22:37 +01:00
include_directories("${LIBSSH2_INCLUDE_DIR}")
2015-04-27 22:25:09 +02:00
set(USE_LIBSSH2 ON)
2018-10-28 12:09:07 +01:00
endif()
endif()
2020-08-30 11:54:41 +02:00
# libssh
2022-03-29 21:10:50 +02:00
option(CURL_USE_LIBSSH "Use libSSH" OFF)
mark_as_advanced(CURL_USE_LIBSSH)
2022-11-16 20:14:03 +01:00
if(NOT USE_LIBSSH2 AND CURL_USE_LIBSSH)
2020-08-30 11:54:41 +02:00
find_package(libssh CONFIG)
if(libssh_FOUND)
message(STATUS "Found libssh ${libssh_VERSION}")
# Use imported target for include and library paths.
list(APPEND CURL_LIBS ssh)
set(USE_LIBSSH ON)
endif()
endif()
2022-03-29 21:10:50 +02:00
option(CURL_USE_GSSAPI "Use GSSAPI implementation (right now only Heimdal is supported with CMake build)" OFF)
mark_as_advanced(CURL_USE_GSSAPI)
2022-03-29 21:10:50 +02:00
if(CURL_USE_GSSAPI)
2015-11-17 17:22:37 +01:00
find_package(GSS)
set(HAVE_GSSAPI ${GSS_FOUND})
if(GSS_FOUND)
message(STATUS "Found ${GSS_FLAVOUR} GSSAPI version: \"${GSS_VERSION}\"")
2019-11-11 23:01:05 +01:00
list(APPEND CMAKE_REQUIRED_INCLUDES ${GSS_INCLUDE_DIR})
2015-11-17 17:22:37 +01:00
check_include_file_concat("gssapi/gssapi.h" HAVE_GSSAPI_GSSAPI_H)
check_include_file_concat("gssapi/gssapi_generic.h" HAVE_GSSAPI_GSSAPI_GENERIC_H)
check_include_file_concat("gssapi/gssapi_krb5.h" HAVE_GSSAPI_GSSAPI_KRB5_H)
if(GSS_FLAVOUR STREQUAL "Heimdal")
set(HAVE_GSSHEIMDAL ON)
else() # MIT
set(HAVE_GSSMIT ON)
set(_INCLUDE_LIST "")
if(HAVE_GSSAPI_GSSAPI_H)
list(APPEND _INCLUDE_LIST "gssapi/gssapi.h")
endif()
if(HAVE_GSSAPI_GSSAPI_GENERIC_H)
list(APPEND _INCLUDE_LIST "gssapi/gssapi_generic.h")
endif()
if(HAVE_GSSAPI_GSSAPI_KRB5_H)
list(APPEND _INCLUDE_LIST "gssapi/gssapi_krb5.h")
endif()
string(REPLACE ";" " " _COMPILER_FLAGS_STR "${GSS_COMPILER_FLAGS}")
string(REPLACE ";" " " _LINKER_FLAGS_STR "${GSS_LINKER_FLAGS}")
foreach(_dir ${GSS_LINK_DIRECTORIES})
set(_LINKER_FLAGS_STR "${_LINKER_FLAGS_STR} -L\"${_dir}\"")
endforeach()
2022-11-16 20:14:03 +01:00
if(NOT DEFINED HAVE_GSS_C_NT_HOSTBASED_SERVICE)
set(CMAKE_REQUIRED_FLAGS "${_COMPILER_FLAGS_STR} ${_LINKER_FLAGS_STR}")
set(CMAKE_REQUIRED_LIBRARIES ${GSS_LIBRARIES})
check_symbol_exists("GSS_C_NT_HOSTBASED_SERVICE" ${_INCLUDE_LIST} HAVE_GSS_C_NT_HOSTBASED_SERVICE)
unset(CMAKE_REQUIRED_LIBRARIES)
endif()
2015-11-17 17:22:37 +01:00
if(NOT HAVE_GSS_C_NT_HOSTBASED_SERVICE)
set(HAVE_OLD_GSSMIT ON)
endif()
endif()
2019-11-11 23:01:05 +01:00
include_directories(${GSS_INCLUDE_DIR})
2015-11-17 17:22:37 +01:00
link_directories(${GSS_LINK_DIRECTORIES})
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} ${GSS_COMPILER_FLAGS}")
2023-05-23 16:38:00 +02:00
string(REPLACE ";" " " GSS_LINKER_FLAGS "${GSS_LINKER_FLAGS}")
2015-11-17 17:22:37 +01:00
set(CMAKE_SHARED_LINKER_FLAGS "${CMAKE_SHARED_LINKER_FLAGS} ${GSS_LINKER_FLAGS}")
set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} ${GSS_LINKER_FLAGS}")
2021-09-14 00:13:48 +02:00
set(CMAKE_STATIC_LINKER_FLAGS "${CMAKE_STATIC_LINKER_FLAGS} ${GSS_LINKER_FLAGS}")
2015-11-17 17:22:37 +01:00
list(APPEND CURL_LIBS ${GSS_LIBRARIES})
else()
message(WARNING "GSSAPI support has been requested but no supporting libraries found. Skipping.")
endif()
endif()
option(ENABLE_UNIX_SOCKETS "Define if you want Unix domain sockets support" ON)
if(ENABLE_UNIX_SOCKETS)
include(CheckStructHasMember)
2021-11-20 13:41:27 +01:00
if(WIN32)
set(USE_UNIX_SOCKETS ON)
else()
check_struct_has_member("struct sockaddr_un" sun_path "sys/un.h" USE_UNIX_SOCKETS)
endif()
2015-04-27 22:25:09 +02:00
else()
2015-11-17 17:22:37 +01:00
unset(USE_UNIX_SOCKETS CACHE)
2015-04-27 22:25:09 +02:00
endif()
2015-11-17 17:22:37 +01:00
2016-09-11 17:22:32 +02:00
2017-07-20 19:35:53 +02:00
if(0) # This code not needed for building within CMake.
#
# CA handling
#
set(CURL_CA_BUNDLE "auto" CACHE STRING
"Path to the CA bundle. Set 'none' to disable or 'auto' for auto-detection. Defaults to 'auto'.")
set(CURL_CA_FALLBACK OFF CACHE BOOL
"Set ON to use built-in CA store of TLS backend. Defaults to OFF")
set(CURL_CA_PATH "auto" CACHE STRING
"Location of default CA path. Set 'none' to disable or 'auto' for auto-detection. Defaults to 'auto'.")
if("${CURL_CA_BUNDLE}" STREQUAL "")
2018-10-28 12:09:07 +01:00
message(FATAL_ERROR "Invalid value of CURL_CA_BUNDLE. Use 'none', 'auto' or file path.")
2017-07-20 19:35:53 +02:00
elseif("${CURL_CA_BUNDLE}" STREQUAL "none")
2018-10-28 12:09:07 +01:00
unset(CURL_CA_BUNDLE CACHE)
2017-07-20 19:35:53 +02:00
elseif("${CURL_CA_BUNDLE}" STREQUAL "auto")
2018-10-28 12:09:07 +01:00
unset(CURL_CA_BUNDLE CACHE)
2023-07-02 19:51:09 +02:00
if(NOT CMAKE_CROSSCOMPILING)
set(CURL_CA_BUNDLE_AUTODETECT TRUE)
endif()
2017-07-20 19:35:53 +02:00
else()
2018-10-28 12:09:07 +01:00
set(CURL_CA_BUNDLE_SET TRUE)
2017-07-20 19:35:53 +02:00
endif()
if("${CURL_CA_PATH}" STREQUAL "")
2018-10-28 12:09:07 +01:00
message(FATAL_ERROR "Invalid value of CURL_CA_PATH. Use 'none', 'auto' or directory path.")
2017-07-20 19:35:53 +02:00
elseif("${CURL_CA_PATH}" STREQUAL "none")
2018-10-28 12:09:07 +01:00
unset(CURL_CA_PATH CACHE)
2017-07-20 19:35:53 +02:00
elseif("${CURL_CA_PATH}" STREQUAL "auto")
2018-10-28 12:09:07 +01:00
unset(CURL_CA_PATH CACHE)
2023-07-02 19:51:09 +02:00
if(NOT CMAKE_CROSSCOMPILING AND NOT USE_NSS)
2020-08-30 11:54:41 +02:00
set(CURL_CA_PATH_AUTODETECT TRUE)
endif()
2017-07-20 19:35:53 +02:00
else()
2018-10-28 12:09:07 +01:00
set(CURL_CA_PATH_SET TRUE)
2017-07-20 19:35:53 +02:00
endif()
if(CURL_CA_BUNDLE_SET AND CURL_CA_PATH_AUTODETECT)
2018-10-28 12:09:07 +01:00
# Skip autodetection of unset CA path because CA bundle is set explicitly
2017-07-20 19:35:53 +02:00
elseif(CURL_CA_PATH_SET AND CURL_CA_BUNDLE_AUTODETECT)
2018-10-28 12:09:07 +01:00
# Skip autodetection of unset CA bundle because CA path is set explicitly
2017-07-20 19:35:53 +02:00
elseif(CURL_CA_PATH_AUTODETECT OR CURL_CA_BUNDLE_AUTODETECT)
2018-10-28 12:09:07 +01:00
# first try autodetecting a CA bundle, then a CA path
if(CURL_CA_BUNDLE_AUTODETECT)
set(SEARCH_CA_BUNDLE_PATHS
/etc/ssl/certs/ca-certificates.crt
/etc/pki/tls/certs/ca-bundle.crt
/usr/share/ssl/certs/ca-bundle.crt
/usr/local/share/certs/ca-root-nss.crt
/etc/ssl/cert.pem)
foreach(SEARCH_CA_BUNDLE_PATH ${SEARCH_CA_BUNDLE_PATHS})
if(EXISTS "${SEARCH_CA_BUNDLE_PATH}")
message(STATUS "Found CA bundle: ${SEARCH_CA_BUNDLE_PATH}")
2021-09-14 00:13:48 +02:00
set(CURL_CA_BUNDLE "${SEARCH_CA_BUNDLE_PATH}" CACHE STRING
"Path to the CA bundle. Set 'none' to disable or 'auto' for auto-detection. Defaults to 'auto'.")
2018-10-28 12:09:07 +01:00
set(CURL_CA_BUNDLE_SET TRUE CACHE BOOL "Path to the CA bundle has been set")
break()
endif()
endforeach()
endif()
2017-07-20 19:35:53 +02:00
2018-10-28 12:09:07 +01:00
if(CURL_CA_PATH_AUTODETECT AND (NOT CURL_CA_PATH_SET))
if(EXISTS "/etc/ssl/certs")
2021-09-14 00:13:48 +02:00
set(CURL_CA_PATH "/etc/ssl/certs" CACHE STRING
"Location of default CA path. Set 'none' to disable or 'auto' for auto-detection. Defaults to 'auto'.")
2018-10-28 12:09:07 +01:00
set(CURL_CA_PATH_SET TRUE CACHE BOOL "Path to the CA bundle has been set")
2017-07-20 19:35:53 +02:00
endif()
2018-10-28 12:09:07 +01:00
endif()
2017-07-20 19:35:53 +02:00
endif()
if(CURL_CA_PATH_SET AND NOT USE_OPENSSL AND NOT USE_MBEDTLS)
2020-08-30 11:54:41 +02:00
message(STATUS
2018-10-28 12:09:07 +01:00
"CA path only supported by OpenSSL, GnuTLS or mbed TLS. "
"Set CURL_CA_PATH=none or enable one of those TLS backends.")
2017-07-20 19:35:53 +02:00
endif()
endif()
2015-11-17 17:22:37 +01:00
# Check for header files
2015-04-27 22:25:09 +02:00
if(NOT UNIX)
check_include_file_concat("windows.h" HAVE_WINDOWS_H)
2015-11-17 17:22:37 +01:00
check_include_file_concat("ws2tcpip.h" HAVE_WS2TCPIP_H)
check_include_file_concat("winsock2.h" HAVE_WINSOCK2_H)
2021-09-14 00:13:48 +02:00
check_include_file_concat("wincrypt.h" HAVE_WINCRYPT_H)
2015-04-27 22:25:09 +02:00
else()
set(HAVE_WINDOWS_H 0)
set(HAVE_WINSOCK_H 0)
2015-11-17 17:22:37 +01:00
set(HAVE_WS2TCPIP_H 0)
set(HAVE_WINSOCK2_H 0)
2015-04-27 22:25:09 +02:00
endif()
check_include_file_concat("inttypes.h" HAVE_INTTYPES_H)
check_include_file_concat("sys/filio.h" HAVE_SYS_FILIO_H)
check_include_file_concat("sys/ioctl.h" HAVE_SYS_IOCTL_H)
check_include_file_concat("sys/param.h" HAVE_SYS_PARAM_H)
check_include_file_concat("sys/poll.h" HAVE_SYS_POLL_H)
check_include_file_concat("sys/resource.h" HAVE_SYS_RESOURCE_H)
check_include_file_concat("sys/select.h" HAVE_SYS_SELECT_H)
check_include_file_concat("sys/socket.h" HAVE_SYS_SOCKET_H)
check_include_file_concat("sys/sockio.h" HAVE_SYS_SOCKIO_H)
check_include_file_concat("sys/stat.h" HAVE_SYS_STAT_H)
check_include_file_concat("sys/time.h" HAVE_SYS_TIME_H)
check_include_file_concat("sys/types.h" HAVE_SYS_TYPES_H)
check_include_file_concat("sys/un.h" HAVE_SYS_UN_H)
check_include_file_concat("sys/utime.h" HAVE_SYS_UTIME_H)
2017-07-20 19:35:53 +02:00
check_include_file_concat("sys/xattr.h" HAVE_SYS_XATTR_H)
2015-04-27 22:25:09 +02:00
check_include_file_concat("arpa/inet.h" HAVE_ARPA_INET_H)
check_include_file_concat("arpa/tftp.h" HAVE_ARPA_TFTP_H)
check_include_file_concat("fcntl.h" HAVE_FCNTL_H)
2017-04-14 19:02:05 +02:00
check_include_file_concat("idn2.h" HAVE_IDN2_H)
2015-04-27 22:25:09 +02:00
check_include_file_concat("ifaddrs.h" HAVE_IFADDRS_H)
check_include_file_concat("io.h" HAVE_IO_H)
check_include_file_concat("libgen.h" HAVE_LIBGEN_H)
check_include_file_concat("locale.h" HAVE_LOCALE_H)
check_include_file_concat("net/if.h" HAVE_NET_IF_H)
check_include_file_concat("netdb.h" HAVE_NETDB_H)
check_include_file_concat("netinet/in.h" HAVE_NETINET_IN_H)
check_include_file_concat("netinet/tcp.h" HAVE_NETINET_TCP_H)
2021-09-14 00:13:48 +02:00
check_include_file("linux/tcp.h" HAVE_LINUX_TCP_H)
2015-04-27 22:25:09 +02:00
check_include_file_concat("poll.h" HAVE_POLL_H)
check_include_file_concat("pwd.h" HAVE_PWD_H)
check_include_file_concat("setjmp.h" HAVE_SETJMP_H)
check_include_file_concat("signal.h" HAVE_SIGNAL_H)
check_include_file_concat("ssl.h" HAVE_SSL_H)
2022-11-16 20:14:03 +01:00
check_include_file_concat("stdatomic.h" HAVE_STDATOMIC_H)
2015-04-27 22:25:09 +02:00
check_include_file_concat("stdbool.h" HAVE_STDBOOL_H)
check_include_file_concat("stdint.h" HAVE_STDINT_H)
check_include_file_concat("stdlib.h" HAVE_STDLIB_H)
check_include_file_concat("string.h" HAVE_STRING_H)
check_include_file_concat("strings.h" HAVE_STRINGS_H)
check_include_file_concat("stropts.h" HAVE_STROPTS_H)
check_include_file_concat("termio.h" HAVE_TERMIO_H)
check_include_file_concat("termios.h" HAVE_TERMIOS_H)
check_include_file_concat("time.h" HAVE_TIME_H)
check_include_file_concat("unistd.h" HAVE_UNISTD_H)
check_include_file_concat("utime.h" HAVE_UTIME_H)
check_include_file_concat("stddef.h" HAVE_STDDEF_H)
check_include_file_concat("sys/utsname.h" HAVE_SYS_UTSNAME_H)
check_type_size(size_t SIZEOF_SIZE_T)
check_type_size(ssize_t SIZEOF_SSIZE_T)
check_type_size("time_t" SIZEOF_TIME_T)
2022-11-16 20:14:03 +01:00
if(NOT CMAKE_CROSSCOMPILING)
find_file(RANDOM_FILE urandom /dev)
mark_as_advanced(RANDOM_FILE)
endif()
# Check for some functions that are used
2015-11-17 17:22:37 +01:00
if(HAVE_LIBWS2_32)
set(CMAKE_REQUIRED_LIBRARIES ws2_32)
elseif(HAVE_LIBSOCKET)
set(CMAKE_REQUIRED_LIBRARIES socket)
2017-07-20 19:35:53 +02:00
elseif(HAVE_LIBNETWORK)
set(CMAKE_REQUIRED_LIBRARIES network)
2015-11-17 17:22:37 +01:00
endif()
2022-11-16 20:14:03 +01:00
check_symbol_exists(fchmod "${CURL_INCLUDES}" HAVE_FCHMOD)
2015-04-27 22:25:09 +02:00
check_symbol_exists(basename "${CURL_INCLUDES}" HAVE_BASENAME)
check_symbol_exists(socket "${CURL_INCLUDES}" HAVE_SOCKET)
2022-11-16 20:14:03 +01:00
check_symbol_exists(socketpair "${CURL_INCLUDES}" HAVE_SOCKETPAIR)
check_symbol_exists(recv "${CURL_INCLUDES}" HAVE_RECV)
check_symbol_exists(send "${CURL_INCLUDES}" HAVE_SEND)
2023-07-02 19:51:09 +02:00
check_symbol_exists(sendmsg "${CURL_INCLUDES}" HAVE_SENDMSG)
2015-04-27 22:25:09 +02:00
check_symbol_exists(select "${CURL_INCLUDES}" HAVE_SELECT)
check_symbol_exists(strdup "${CURL_INCLUDES}" HAVE_STRDUP)
check_symbol_exists(strtok_r "${CURL_INCLUDES}" HAVE_STRTOK_R)
check_symbol_exists(strcasecmp "${CURL_INCLUDES}" HAVE_STRCASECMP)
check_symbol_exists(stricmp "${CURL_INCLUDES}" HAVE_STRICMP)
check_symbol_exists(strcmpi "${CURL_INCLUDES}" HAVE_STRCMPI)
check_symbol_exists(alarm "${CURL_INCLUDES}" HAVE_ALARM)
2021-09-14 00:13:48 +02:00
check_symbol_exists(getppid "${CURL_INCLUDES}" HAVE_GETPPID)
check_symbol_exists(utimes "${CURL_INCLUDES}" HAVE_UTIMES)
2015-04-27 22:25:09 +02:00
check_symbol_exists(gettimeofday "${CURL_INCLUDES}" HAVE_GETTIMEOFDAY)
check_symbol_exists(closesocket "${CURL_INCLUDES}" HAVE_CLOSESOCKET)
check_symbol_exists(sigsetjmp "${CURL_INCLUDES}" HAVE_SIGSETJMP)
check_symbol_exists(getpass_r "${CURL_INCLUDES}" HAVE_GETPASS_R)
check_symbol_exists(getpwuid "${CURL_INCLUDES}" HAVE_GETPWUID)
2018-10-28 12:09:07 +01:00
check_symbol_exists(getpwuid_r "${CURL_INCLUDES}" HAVE_GETPWUID_R)
2015-04-27 22:25:09 +02:00
check_symbol_exists(geteuid "${CURL_INCLUDES}" HAVE_GETEUID)
check_symbol_exists(utime "${CURL_INCLUDES}" HAVE_UTIME)
check_symbol_exists(gmtime_r "${CURL_INCLUDES}" HAVE_GMTIME_R)
check_symbol_exists(gethostbyname_r "${CURL_INCLUDES}" HAVE_GETHOSTBYNAME_R)
2022-11-16 20:14:03 +01:00
check_symbol_exists(signal "${CURL_INCLUDES}" HAVE_SIGNAL)
2015-04-27 22:25:09 +02:00
check_symbol_exists(strtoll "${CURL_INCLUDES}" HAVE_STRTOLL)
check_symbol_exists(strerror_r "${CURL_INCLUDES}" HAVE_STRERROR_R)
check_symbol_exists(siginterrupt "${CURL_INCLUDES}" HAVE_SIGINTERRUPT)
2015-11-17 17:22:37 +01:00
check_symbol_exists(getaddrinfo "${CURL_INCLUDES}" HAVE_GETADDRINFO)
2023-05-23 16:38:00 +02:00
if(WIN32)
set(HAVE_GETADDRINFO_THREADSAFE ${HAVE_GETADDRINFO})
2022-11-16 20:14:03 +01:00
endif()
2015-04-27 22:25:09 +02:00
check_symbol_exists(freeaddrinfo "${CURL_INCLUDES}" HAVE_FREEADDRINFO)
check_symbol_exists(pipe "${CURL_INCLUDES}" HAVE_PIPE)
check_symbol_exists(ftruncate "${CURL_INCLUDES}" HAVE_FTRUNCATE)
2019-11-11 23:01:05 +01:00
check_symbol_exists(getpeername "${CURL_INCLUDES}" HAVE_GETPEERNAME)
check_symbol_exists(getsockname "${CURL_INCLUDES}" HAVE_GETSOCKNAME)
2020-08-30 11:54:41 +02:00
check_symbol_exists(if_nametoindex "${CURL_INCLUDES}" HAVE_IF_NAMETOINDEX)
2015-04-27 22:25:09 +02:00
check_symbol_exists(getrlimit "${CURL_INCLUDES}" HAVE_GETRLIMIT)
check_symbol_exists(setlocale "${CURL_INCLUDES}" HAVE_SETLOCALE)
2018-04-23 21:13:27 +02:00
check_symbol_exists(setmode "${CURL_INCLUDES}" HAVE_SETMODE)
2015-04-27 22:25:09 +02:00
check_symbol_exists(setrlimit "${CURL_INCLUDES}" HAVE_SETRLIMIT)
2022-11-16 20:14:03 +01:00
if(NOT MSVC OR (MSVC_VERSION GREATER_EQUAL 1900))
# earlier MSVC compilers had faulty snprintf implementations
2023-07-02 19:51:09 +02:00
check_symbol_exists(snprintf "stdio.h" HAVE_SNPRINTF)
2022-11-16 20:14:03 +01:00
endif()
2018-04-23 21:13:27 +02:00
check_function_exists(mach_absolute_time HAVE_MACH_ABSOLUTE_TIME)
2022-11-16 20:14:03 +01:00
check_symbol_exists(inet_ntop "${CURL_INCLUDES}" HAVE_INET_NTOP)
if(MSVC AND (MSVC_VERSION LESS_EQUAL 1600))
set(HAVE_INET_NTOP OFF)
endif()
2020-08-30 11:54:41 +02:00
check_symbol_exists(inet_pton "${CURL_INCLUDES}" HAVE_INET_PTON)
2017-07-20 19:35:53 +02:00
check_symbol_exists(fsetxattr "${CURL_INCLUDES}" HAVE_FSETXATTR)
if(HAVE_FSETXATTR)
foreach(CURL_TEST HAVE_FSETXATTR_5 HAVE_FSETXATTR_6)
2018-10-28 12:09:07 +01:00
curl_internal_test(${CURL_TEST})
endforeach()
endif()
2017-07-20 19:35:53 +02:00
2021-09-14 00:13:48 +02:00
set(CMAKE_EXTRA_INCLUDE_FILES "sys/socket.h")
check_type_size("sa_family_t" SIZEOF_SA_FAMILY_T)
set(HAVE_SA_FAMILY_T ${HAVE_SIZEOF_SA_FAMILY_T})
set(CMAKE_EXTRA_INCLUDE_FILES "")
set(CMAKE_EXTRA_INCLUDE_FILES "ws2def.h")
check_type_size("ADDRESS_FAMILY" SIZEOF_ADDRESS_FAMILY)
set(HAVE_ADDRESS_FAMILY ${HAVE_SIZEOF_ADDRESS_FAMILY})
set(CMAKE_EXTRA_INCLUDE_FILES "")
# sigaction and sigsetjmp are special. Use special mechanism for
# detecting those, but only if previous attempt failed.
2015-04-27 22:25:09 +02:00
if(HAVE_SIGNAL_H)
check_symbol_exists(sigaction "signal.h" HAVE_SIGACTION)
2018-10-28 12:09:07 +01:00
endif()
2015-04-27 22:25:09 +02:00
if(NOT HAVE_SIGSETJMP)
if(HAVE_SETJMP_H)
check_symbol_exists(sigsetjmp "setjmp.h" HAVE_MACRO_SIGSETJMP)
if(HAVE_MACRO_SIGSETJMP)
set(HAVE_SIGSETJMP 1)
2018-10-28 12:09:07 +01:00
endif()
endif()
endif()
2015-04-27 22:25:09 +02:00
# If there is no stricmp(), do not allow LDAP to parse URLs
if(NOT HAVE_STRICMP)
set(HAVE_LDAP_URL_PARSE 1)
2018-10-28 12:09:07 +01:00
endif()
2015-04-27 22:25:09 +02:00
# Do curl specific tests
2015-04-27 22:25:09 +02:00
foreach(CURL_TEST
HAVE_FCNTL_O_NONBLOCK
HAVE_IOCTLSOCKET
2015-04-27 22:25:09 +02:00
HAVE_IOCTLSOCKET_CAMEL
HAVE_IOCTLSOCKET_CAMEL_FIONBIO
HAVE_IOCTLSOCKET_FIONBIO
HAVE_IOCTL_FIONBIO
HAVE_IOCTL_SIOCGIFADDR
HAVE_SETSOCKOPT_SO_NONBLOCK
TIME_WITH_SYS_TIME
2015-04-27 22:25:09 +02:00
HAVE_O_NONBLOCK
HAVE_GETHOSTBYNAME_R_3
HAVE_GETHOSTBYNAME_R_5
HAVE_GETHOSTBYNAME_R_6
HAVE_GETHOSTBYNAME_R_3_REENTRANT
HAVE_GETHOSTBYNAME_R_5_REENTRANT
HAVE_GETHOSTBYNAME_R_6_REENTRANT
HAVE_IN_ADDR_T
2015-04-27 22:25:09 +02:00
HAVE_BOOL_T
STDC_HEADERS
HAVE_FILE_OFFSET_BITS
2019-11-11 23:01:05 +01:00
HAVE_VARIADIC_MACROS_C99
HAVE_VARIADIC_MACROS_GCC
2022-11-16 20:14:03 +01:00
HAVE_ATOMIC
)
2015-04-27 22:25:09 +02:00
curl_internal_test(${CURL_TEST})
2018-10-28 12:09:07 +01:00
endforeach()
2017-04-14 19:02:05 +02:00
2015-04-27 22:25:09 +02:00
if(HAVE_FILE_OFFSET_BITS)
set(_FILE_OFFSET_BITS 64)
2017-04-14 19:02:05 +02:00
set(CMAKE_REQUIRED_FLAGS "-D_FILE_OFFSET_BITS=64")
2018-10-28 12:09:07 +01:00
endif()
2017-04-14 19:02:05 +02:00
check_type_size("off_t" SIZEOF_OFF_T)
2018-01-26 17:06:56 +01:00
# include this header to get the type
set(CMAKE_REQUIRED_INCLUDES "${CURL_SOURCE_DIR}/include")
set(CMAKE_EXTRA_INCLUDE_FILES "curl/system.h")
check_type_size("curl_off_t" SIZEOF_CURL_OFF_T)
2023-07-02 19:51:09 +02:00
set(CMAKE_EXTRA_INCLUDE_FILES "curl/curl.h")
check_type_size("curl_socket_t" SIZEOF_CURL_SOCKET_T)
2018-01-26 17:06:56 +01:00
set(CMAKE_EXTRA_INCLUDE_FILES "")
2022-11-16 20:14:03 +01:00
if(WIN32)
# detect actual value of _WIN32_WINNT and store as HAVE_WIN32_WINNT
curl_internal_test(HAVE_WIN32_WINNT)
if(HAVE_WIN32_WINNT)
string(REGEX MATCH ".*_WIN32_WINNT=0x[0-9a-fA-F]+" OUTPUT "${OUTPUT}")
string(REGEX REPLACE ".*_WIN32_WINNT=" "" HAVE_WIN32_WINNT "${OUTPUT}")
message(STATUS "Found _WIN32_WINNT=${HAVE_WIN32_WINNT}")
endif()
# avoid storing HAVE_WIN32_WINNT in CMake cache
unset(HAVE_WIN32_WINNT CACHE)
endif()
2017-04-14 19:02:05 +02:00
set(CMAKE_REQUIRED_FLAGS)
2022-11-16 20:14:03 +01:00
option(ENABLE_WEBSOCKETS "Set to ON to enable EXPERIMENTAL websockets" OFF)
if(ENABLE_WEBSOCKETS)
if(${SIZEOF_CURL_OFF_T} GREATER "4")
set(USE_WEBSOCKETS ON)
else()
message(WARNING "curl_off_t is too small to enable WebSockets")
endif()
endif()
2015-04-27 22:25:09 +02:00
foreach(CURL_TEST
HAVE_GLIBC_STRERROR_R
HAVE_POSIX_STRERROR_R
)
2018-10-28 12:09:07 +01:00
curl_internal_test(${CURL_TEST})
endforeach()
# Check for reentrant
2015-04-27 22:25:09 +02:00
foreach(CURL_TEST
HAVE_GETHOSTBYNAME_R_3
HAVE_GETHOSTBYNAME_R_5
2021-11-20 13:41:27 +01:00
HAVE_GETHOSTBYNAME_R_6)
2015-04-27 22:25:09 +02:00
if(NOT ${CURL_TEST})
if(${CURL_TEST}_REENTRANT)
set(NEED_REENTRANT 1)
2018-10-28 12:09:07 +01:00
endif()
endif()
endforeach()
2015-04-27 22:25:09 +02:00
if(NEED_REENTRANT)
foreach(CURL_TEST
HAVE_GETHOSTBYNAME_R_3
HAVE_GETHOSTBYNAME_R_5
HAVE_GETHOSTBYNAME_R_6)
2015-04-27 22:25:09 +02:00
set(${CURL_TEST} 0)
if(${CURL_TEST}_REENTRANT)
set(${CURL_TEST} 1)
2018-10-28 12:09:07 +01:00
endif()
endforeach()
endif()
2015-04-27 22:25:09 +02:00
2018-11-29 20:27:00 +01:00
# Check clock_gettime(CLOCK_MONOTONIC, x) support
curl_internal_test(HAVE_CLOCK_GETTIME_MONOTONIC)
# Check compiler support of __builtin_available()
curl_internal_test(HAVE_BUILTIN_AVAILABLE)
# Some other minor tests
2015-04-27 22:25:09 +02:00
if(NOT HAVE_IN_ADDR_T)
set(in_addr_t "unsigned long")
2018-10-28 12:09:07 +01:00
endif()
# Check for nonblocking
2015-04-27 22:25:09 +02:00
set(HAVE_DISABLED_NONBLOCKING 1)
if(HAVE_FIONBIO OR
HAVE_IOCTLSOCKET OR
HAVE_IOCTLSOCKET_CASE OR
HAVE_O_NONBLOCK)
2015-04-27 22:25:09 +02:00
set(HAVE_DISABLED_NONBLOCKING)
2018-10-28 12:09:07 +01:00
endif()
2015-04-27 22:25:09 +02:00
if(CMAKE_COMPILER_IS_GNUCC AND APPLE)
include(CheckCCompilerFlag)
check_c_compiler_flag(-Wno-long-double HAVE_C_FLAG_Wno_long_double)
if(HAVE_C_FLAG_Wno_long_double)
# The Mac version of GCC warns about use of long double. Disable it.
2015-04-27 22:25:09 +02:00
get_source_file_property(MPRINTF_COMPILE_FLAGS mprintf.c COMPILE_FLAGS)
if(MPRINTF_COMPILE_FLAGS)
set(MPRINTF_COMPILE_FLAGS "${MPRINTF_COMPILE_FLAGS} -Wno-long-double")
2018-10-28 12:09:07 +01:00
else()
2015-04-27 22:25:09 +02:00
set(MPRINTF_COMPILE_FLAGS "-Wno-long-double")
2018-10-28 12:09:07 +01:00
endif()
2015-04-27 22:25:09 +02:00
set_source_files_properties(mprintf.c PROPERTIES
COMPILE_FLAGS ${MPRINTF_COMPILE_FLAGS})
2018-10-28 12:09:07 +01:00
endif()
endif()
2015-04-27 22:25:09 +02:00
2018-01-26 17:06:56 +01:00
# TODO test which of these headers are required
2015-04-27 22:25:09 +02:00
if(WIN32)
set(CURL_PULL_WS2TCPIP_H ${HAVE_WS2TCPIP_H})
else()
set(CURL_PULL_SYS_TYPES_H ${HAVE_SYS_TYPES_H})
set(CURL_PULL_SYS_SOCKET_H ${HAVE_SYS_SOCKET_H})
set(CURL_PULL_SYS_POLL_H ${HAVE_SYS_POLL_H})
endif()
include(CMake/OtherTests.cmake)
add_definitions(-DHAVE_CONFIG_H)
2018-10-28 12:09:07 +01:00
# For Windows, all compilers used by CMake should support large files
2017-04-14 19:02:05 +02:00
if(WIN32)
set(USE_WIN32_LARGE_FILES ON)
2018-10-28 12:09:07 +01:00
# Use the manifest embedded in the Windows Resource
set(CMAKE_RC_FLAGS "${CMAKE_RC_FLAGS} -DCURL_EMBED_MANIFEST")
2021-09-14 00:13:48 +02:00
# Check if crypto functions in wincrypt.h are actually available
if(HAVE_WINCRYPT_H)
2023-07-02 19:51:09 +02:00
check_symbol_exists(CryptAcquireContext "windows.h;wincrypt.h" USE_WINCRYPT)
2021-09-14 00:13:48 +02:00
endif()
if(USE_WINCRYPT)
set(USE_WIN32_CRYPTO ON)
endif()
# Link required libraries for USE_WIN32_CRYPTO or USE_SCHANNEL
if(USE_WIN32_CRYPTO OR USE_SCHANNEL)
list(APPEND CURL_LIBS "advapi32" "crypt32")
endif()
2022-11-16 20:14:03 +01:00
if(NOT HAVE_MINGW_ORIGINAL)
list(APPEND CURL_LIBS "bcrypt")
else()
set(HAVE_FTRUNCATE OFF)
endif()
2018-10-28 12:09:07 +01:00
endif()
2017-04-14 19:02:05 +02:00
2015-04-27 22:25:09 +02:00
if(MSVC)
2018-10-28 12:09:07 +01:00
# Disable default manifest added by CMake
set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} /MANIFEST:NO")
2015-04-27 22:25:09 +02:00
add_definitions(-D_CRT_SECURE_NO_DEPRECATE -D_CRT_NONSTDC_NO_DEPRECATE)
2018-01-26 17:06:56 +01:00
if(CMAKE_C_FLAGS MATCHES "/W[0-4]")
string(REGEX REPLACE "/W[0-4]" "/W4" CMAKE_C_FLAGS "${CMAKE_C_FLAGS}")
2022-11-16 20:14:03 +01:00
elseif(CMAKE_C_FLAGS MATCHES "-W[0-4]")
string(REGEX REPLACE "-W[0-4]" "-W4" CMAKE_C_FLAGS "${CMAKE_C_FLAGS}")
2018-10-28 12:09:07 +01:00
else()
2018-01-26 17:06:56 +01:00
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} /W4")
2018-10-28 12:09:07 +01:00
endif()
2021-09-14 00:13:48 +02:00
# Use multithreaded compilation on VS 2008+
if(MSVC_VERSION GREATER_EQUAL 1500)
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} /MP")
endif()
2018-10-28 12:09:07 +01:00
endif()
2015-04-27 22:25:09 +02:00
2018-08-09 18:06:22 +02:00
if(CURL_WERROR)
if(MSVC_VERSION)
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} /WX")
else()
# this assumes clang or gcc style options
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Werror")
endif()
2018-10-28 12:09:07 +01:00
endif()
2018-08-09 18:06:22 +02:00
2020-08-30 11:54:41 +02:00
if(CURL_LTO)
if(CMAKE_VERSION VERSION_LESS 3.9)
message(FATAL_ERROR "Requested LTO but your cmake version ${CMAKE_VERSION} is to old. You need at least 3.9")
endif()
cmake_policy(SET CMP0069 NEW)
include(CheckIPOSupported)
check_ipo_supported(RESULT CURL_HAS_LTO OUTPUT CURL_LTO_ERROR LANGUAGES C)
if(CURL_HAS_LTO)
message(STATUS "LTO supported and enabled")
else()
message(FATAL_ERROR "LTO was requested - but compiler doesn't support it\n${CURL_LTO_ERROR}")
endif()
endif()
2015-04-27 22:25:09 +02:00
# Ugly (but functional) way to include "Makefile.inc" by transforming it (= regenerate it).
2019-11-11 23:01:05 +01:00
function(transform_makefile_inc INPUT_FILE OUTPUT_FILE)
2015-04-27 22:25:09 +02:00
file(READ ${INPUT_FILE} MAKEFILE_INC_TEXT)
string(REPLACE "$(top_srcdir)" "\${CURL_SOURCE_DIR}" MAKEFILE_INC_TEXT ${MAKEFILE_INC_TEXT})
string(REPLACE "$(top_builddir)" "\${CURL_BINARY_DIR}" MAKEFILE_INC_TEXT ${MAKEFILE_INC_TEXT})
2017-07-20 19:35:53 +02:00
string(REGEX REPLACE "\\\\\n" "!π!α!" MAKEFILE_INC_TEXT ${MAKEFILE_INC_TEXT})
2015-04-27 22:25:09 +02:00
string(REGEX REPLACE "([a-zA-Z_][a-zA-Z0-9_]*)[\t ]*=[\t ]*([^\n]*)" "SET(\\1 \\2)" MAKEFILE_INC_TEXT ${MAKEFILE_INC_TEXT})
2017-07-20 19:35:53 +02:00
string(REPLACE "!π!α!" "\n" MAKEFILE_INC_TEXT ${MAKEFILE_INC_TEXT})
2015-04-27 22:25:09 +02:00
string(REGEX REPLACE "\\$\\(([a-zA-Z_][a-zA-Z0-9_]*)\\)" "\${\\1}" MAKEFILE_INC_TEXT ${MAKEFILE_INC_TEXT}) # Replace $() with ${}
string(REGEX REPLACE "@([a-zA-Z_][a-zA-Z0-9_]*)@" "\${\\1}" MAKEFILE_INC_TEXT ${MAKEFILE_INC_TEXT}) # Replace @@ with ${}, even if that may not be read by CMake scripts.
file(WRITE ${OUTPUT_FILE} ${MAKEFILE_INC_TEXT})
2020-08-30 11:54:41 +02:00
set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS "${INPUT_FILE}")
2015-04-27 22:25:09 +02:00
endfunction()
2018-11-29 20:27:00 +01:00
if(0) # This code not needed for building within CMake.
include(GNUInstallDirs)
set(CURL_INSTALL_CMAKE_DIR ${CMAKE_INSTALL_LIBDIR}/cmake/${PROJECT_NAME})
set(TARGETS_EXPORT_NAME "${PROJECT_NAME}Targets")
set(generated_dir "${CMAKE_CURRENT_BINARY_DIR}/generated")
set(project_config "${generated_dir}/${PROJECT_NAME}Config.cmake")
set(version_config "${generated_dir}/${PROJECT_NAME}ConfigVersion.cmake")
2018-04-23 21:13:27 +02:00
endif()
2018-01-26 17:06:56 +01:00
if(USE_MANUAL)
add_subdirectory(docs)
2017-07-20 19:35:53 +02:00
endif()
2018-01-26 17:06:56 +01:00
2015-04-27 22:25:09 +02:00
add_subdirectory(lib)
2018-01-26 17:06:56 +01:00
2015-04-27 22:25:09 +02:00
if(BUILD_CURL_EXE)
add_subdirectory(src)
endif()
#-----------------------------------------------------------------------------
# CMake-specific curl code.
2018-11-29 20:27:00 +01:00
add_executable(curltest curltest.c)
target_link_libraries(curltest cmcurl)
2015-04-27 22:25:09 +02:00
2018-10-28 12:09:07 +01:00
if(BUILD_TESTING AND CMAKE_CURL_TEST_URL)
2018-11-29 20:27:00 +01:00
add_test(curl curltest ${CMAKE_CURL_TEST_URL})
2015-04-27 22:25:09 +02:00
endif()
install(FILES COPYING DESTINATION ${CMAKE_DOC_DIR}/cmcurl)
#-----------------------------------------------------------------------------
if(0) # This code not needed for building within CMake.
2021-09-14 00:13:48 +02:00
cmake_dependent_option(BUILD_TESTING "Build tests"
ON "PERL_FOUND;NOT CURL_DISABLE_TESTS"
OFF)
if(BUILD_TESTING)
2016-09-11 17:22:32 +02:00
add_subdirectory(tests)
endif()
2015-11-17 17:22:37 +01:00
# Helper to populate a list (_items) with a label when conditions (the remaining
# args) are satisfied
2020-08-30 11:54:41 +02:00
macro(_add_if label)
# needs to be a macro to allow this indirection
2015-11-17 17:22:37 +01:00
if(${ARGN})
2020-08-30 11:54:41 +02:00
set(_items ${_items} "${label}")
2015-11-17 17:22:37 +01:00
endif()
2020-08-30 11:54:41 +02:00
endmacro()
2015-11-17 17:22:37 +01:00
2021-09-14 00:13:48 +02:00
# NTLM support requires crypto function adaptions from various SSL libs
# TODO alternative SSL libs tests for SSP1, GNUTLS, NSS
2021-11-20 13:41:27 +01:00
if(NOT (CURL_DISABLE_CRYPTO_AUTH OR CURL_DISABLE_NTLM) AND
(USE_OPENSSL OR USE_MBEDTLS OR USE_DARWINSSL OR USE_WIN32_CRYPTO))
2021-09-14 00:13:48 +02:00
set(use_curl_ntlm_core ON)
endif()
2015-11-17 17:22:37 +01:00
# Clear list and try to detect available features
set(_items)
2019-11-11 23:01:05 +01:00
_add_if("SSL" SSL_ENABLED)
2015-11-17 17:22:37 +01:00
_add_if("IPv6" ENABLE_IPV6)
2021-09-14 00:13:48 +02:00
_add_if("unixsockets" USE_UNIX_SOCKETS)
2015-11-17 17:22:37 +01:00
_add_if("libz" HAVE_LIBZ)
2021-09-14 00:13:48 +02:00
_add_if("brotli" HAVE_BROTLI)
_add_if("zstd" HAVE_ZSTD)
2017-04-14 19:02:05 +02:00
_add_if("AsynchDNS" USE_ARES OR USE_THREADS_POSIX OR USE_THREADS_WIN32)
2021-09-14 00:13:48 +02:00
_add_if("IDN" HAVE_LIBIDN2 OR USE_WIN32_IDN)
_add_if("Largefile" (SIZEOF_CURL_OFF_T GREATER 4) AND
2017-04-14 19:02:05 +02:00
((SIZEOF_OFF_T GREATER 4) OR USE_WIN32_LARGE_FILES))
2021-09-14 00:13:48 +02:00
# TODO SSP1 (Schannel) check is missing
2015-11-17 17:22:37 +01:00
_add_if("SSPI" USE_WINDOWS_SSPI)
_add_if("GSS-API" HAVE_GSSAPI)
2021-09-14 00:13:48 +02:00
_add_if("alt-svc" NOT CURL_DISABLE_ALTSVC)
_add_if("HSTS" NOT CURL_DISABLE_HSTS)
2015-11-17 17:22:37 +01:00
# TODO SSP1 missing for SPNEGO
_add_if("SPNEGO" NOT CURL_DISABLE_CRYPTO_AUTH AND
(HAVE_GSSAPI OR USE_WINDOWS_SSPI))
_add_if("Kerberos" NOT CURL_DISABLE_CRYPTO_AUTH AND
(HAVE_GSSAPI OR USE_WINDOWS_SSPI))
# NTLM support requires crypto function adaptions from various SSL libs
2017-07-20 19:35:53 +02:00
# TODO alternative SSL libs tests for SSP1, GNUTLS, NSS
2021-11-20 13:41:27 +01:00
_add_if("NTLM" NOT (CURL_DISABLE_CRYPTO_AUTH OR CURL_DISABLE_NTLM) AND
2021-09-14 00:13:48 +02:00
(use_curl_ntlm_core OR USE_WINDOWS_SSPI))
2020-08-30 11:54:41 +02:00
# TODO missing option (autoconf: --enable-ntlm-wb)
2021-11-20 13:41:27 +01:00
_add_if("NTLM_WB" NOT (CURL_DISABLE_CRYPTO_AUTH OR CURL_DISABLE_NTLM) AND
2021-09-14 00:13:48 +02:00
(use_curl_ntlm_core OR USE_WINDOWS_SSPI) AND
NOT CURL_DISABLE_HTTP AND NTLM_WB_ENABLED)
2015-11-17 17:22:37 +01:00
# TODO missing option (--enable-tls-srp), depends on GNUTLS_SRP/OPENSSL_SRP
_add_if("TLS-SRP" USE_TLS_SRP)
# TODO option --with-nghttp2 tests for nghttp2 lib and nghttp2/nghttp2.h header
_add_if("HTTP2" USE_NGHTTP2)
2020-08-30 11:54:41 +02:00
_add_if("HTTP3" USE_NGTCP2 OR USE_QUICHE)
_add_if("MultiSSL" CURL_WITH_MULTI_SSL)
2023-05-23 16:38:00 +02:00
# TODO wolfSSL only support this from v5.0.0 onwards
_add_if("HTTPS-proxy" SSL_ENABLED AND (USE_OPENSSL OR USE_GNUTLS OR USE_NSS
OR USE_SCHANNEL OR USE_RUSTLS OR USE_BEARSSL OR
USE_MBEDTLS OR USE_SECTRANSP))
2021-09-14 00:13:48 +02:00
_add_if("unicode" ENABLE_UNICODE)
2022-11-16 20:14:03 +01:00
_add_if("threadsafe" HAVE_ATOMIC OR (WIN32 AND
HAVE_WIN32_WINNT GREATER_EQUAL 0x600))
_add_if("PSL" USE_LIBPSL)
2015-11-17 17:22:37 +01:00
string(REPLACE ";" " " SUPPORT_FEATURES "${_items}")
message(STATUS "Enabled features: ${SUPPORT_FEATURES}")
# Clear list and try to detect available protocols
set(_items)
_add_if("HTTP" NOT CURL_DISABLE_HTTP)
_add_if("HTTPS" NOT CURL_DISABLE_HTTP AND SSL_ENABLED)
_add_if("FTP" NOT CURL_DISABLE_FTP)
_add_if("FTPS" NOT CURL_DISABLE_FTP AND SSL_ENABLED)
_add_if("FILE" NOT CURL_DISABLE_FILE)
_add_if("TELNET" NOT CURL_DISABLE_TELNET)
_add_if("LDAP" NOT CURL_DISABLE_LDAP)
# CURL_DISABLE_LDAP implies CURL_DISABLE_LDAPS
# TODO check HAVE_LDAP_SSL (in autoconf this is enabled with --enable-ldaps)
_add_if("LDAPS" NOT CURL_DISABLE_LDAPS AND
((USE_OPENLDAP AND SSL_ENABLED) OR
(NOT USE_OPENLDAP AND HAVE_LDAP_SSL)))
_add_if("DICT" NOT CURL_DISABLE_DICT)
_add_if("TFTP" NOT CURL_DISABLE_TFTP)
_add_if("GOPHER" NOT CURL_DISABLE_GOPHER)
2021-09-14 00:13:48 +02:00
_add_if("GOPHERS" NOT CURL_DISABLE_GOPHER AND SSL_ENABLED)
2015-11-17 17:22:37 +01:00
_add_if("POP3" NOT CURL_DISABLE_POP3)
_add_if("POP3S" NOT CURL_DISABLE_POP3 AND SSL_ENABLED)
_add_if("IMAP" NOT CURL_DISABLE_IMAP)
_add_if("IMAPS" NOT CURL_DISABLE_IMAP AND SSL_ENABLED)
2021-09-14 00:13:48 +02:00
_add_if("SMB" NOT CURL_DISABLE_SMB AND
use_curl_ntlm_core AND (SIZEOF_CURL_OFF_T GREATER 4))
_add_if("SMBS" NOT CURL_DISABLE_SMB AND SSL_ENABLED AND
use_curl_ntlm_core AND (SIZEOF_CURL_OFF_T GREATER 4))
2015-11-17 17:22:37 +01:00
_add_if("SMTP" NOT CURL_DISABLE_SMTP)
_add_if("SMTPS" NOT CURL_DISABLE_SMTP AND SSL_ENABLED)
2020-08-30 11:54:41 +02:00
_add_if("SCP" USE_LIBSSH2 OR USE_LIBSSH)
_add_if("SFTP" USE_LIBSSH2 OR USE_LIBSSH)
2015-11-17 17:22:37 +01:00
_add_if("RTSP" NOT CURL_DISABLE_RTSP)
_add_if("RTMP" USE_LIBRTMP)
2021-09-14 00:13:48 +02:00
_add_if("MQTT" NOT CURL_DISABLE_MQTT)
2022-11-16 20:14:03 +01:00
_add_if("WS" USE_WEBSOCKETS)
_add_if("WSS" USE_WEBSOCKETS)
2019-11-11 23:01:05 +01:00
if(_items)
list(SORT _items)
endif()
2015-11-17 17:22:37 +01:00
string(REPLACE ";" " " SUPPORT_PROTOCOLS "${_items}")
message(STATUS "Enabled protocols: ${SUPPORT_PROTOCOLS}")
2019-11-11 23:01:05 +01:00
# Clear list and collect SSL backends
set(_items)
2021-09-14 00:13:48 +02:00
_add_if("Schannel" SSL_ENABLED AND USE_SCHANNEL)
2019-11-11 23:01:05 +01:00
_add_if("OpenSSL" SSL_ENABLED AND USE_OPENSSL)
_add_if("Secure Transport" SSL_ENABLED AND USE_SECTRANSP)
_add_if("mbedTLS" SSL_ENABLED AND USE_MBEDTLS)
2020-08-30 11:54:41 +02:00
_add_if("BearSSL" SSL_ENABLED AND USE_BEARSSL)
_add_if("NSS" SSL_ENABLED AND USE_NSS)
_add_if("wolfSSL" SSL_ENABLED AND USE_WOLFSSL)
2019-11-11 23:01:05 +01:00
if(_items)
list(SORT _items)
endif()
string(REPLACE ";" " " SSL_BACKENDS "${_items}")
message(STATUS "Enabled SSL backends: ${SSL_BACKENDS}")
2015-11-17 17:22:37 +01:00
# curl-config needs the following options to be set.
set(CC "${CMAKE_C_COMPILER}")
# TODO probably put a -D... options here?
set(CONFIGURE_OPTIONS "")
# TODO when to set "-DCURL_STATICLIB" for CPPFLAG_CURL_STATICLIB?
set(CPPFLAG_CURL_STATICLIB "")
set(CURLVERSION "${CURL_VERSION}")
set(exec_prefix "\${prefix}")
set(includedir "\${prefix}/include")
set(LDFLAGS "${CMAKE_SHARED_LINKER_FLAGS}")
set(LIBCURL_LIBS "")
set(libdir "${CMAKE_INSTALL_PREFIX}/lib")
foreach(_lib ${CMAKE_C_IMPLICIT_LINK_LIBRARIES} ${CURL_LIBS})
2020-08-30 11:54:41 +02:00
if(TARGET "${_lib}")
set(_libname "${_lib}")
2022-03-29 21:10:50 +02:00
get_target_property(_imported "${_libname}" IMPORTED)
if(NOT _imported)
# Reading the LOCATION property on non-imported target will error out.
# Assume the user won't need this information in the .pc file.
2020-08-30 11:54:41 +02:00
continue()
endif()
get_target_property(_lib "${_libname}" LOCATION)
if(NOT _lib)
message(WARNING "Bad lib in library list: ${_libname}")
continue()
endif()
endif()
2018-01-26 17:06:56 +01:00
if(_lib MATCHES ".*/.*" OR _lib MATCHES "^-")
2017-04-14 19:02:05 +02:00
set(LIBCURL_LIBS "${LIBCURL_LIBS} ${_lib}")
else()
set(LIBCURL_LIBS "${LIBCURL_LIBS} -l${_lib}")
endif()
2015-11-17 17:22:37 +01:00
endforeach()
2020-08-30 11:54:41 +02:00
if(BUILD_SHARED_LIBS)
set(ENABLE_SHARED "yes")
set(ENABLE_STATIC "no")
set(LIBCURL_NO_SHARED "")
else()
set(ENABLE_SHARED "no")
set(ENABLE_STATIC "yes")
set(LIBCURL_NO_SHARED "${LIBCURL_LIBS}")
endif()
2015-11-17 17:22:37 +01:00
# "a" (Linux) or "lib" (Windows)
string(REPLACE "." "" libext "${CMAKE_STATIC_LIBRARY_SUFFIX}")
set(prefix "${CMAKE_INSTALL_PREFIX}")
# Set this to "yes" to append all libraries on which -lcurl is dependent
set(REQUIRE_LIB_DEPS "no")
# SUPPORT_FEATURES
# SUPPORT_PROTOCOLS
set(VERSIONNUM "${CURL_VERSION_NUM}")
# Finally generate a "curl-config" matching this config
2018-10-28 12:09:07 +01:00
# Use:
# * ENABLE_SHARED
# * ENABLE_STATIC
2015-11-17 17:22:37 +01:00
configure_file("${CURL_SOURCE_DIR}/curl-config.in"
"${CURL_BINARY_DIR}/curl-config" @ONLY)
2016-09-11 17:22:32 +02:00
install(FILES "${CURL_BINARY_DIR}/curl-config"
2018-11-29 20:27:00 +01:00
DESTINATION ${CMAKE_INSTALL_BINDIR}
2015-11-17 17:22:37 +01:00
PERMISSIONS
OWNER_READ OWNER_WRITE OWNER_EXECUTE
GROUP_READ GROUP_EXECUTE
WORLD_READ WORLD_EXECUTE)
# Finally generate a pkg-config file matching this config
configure_file("${CURL_SOURCE_DIR}/libcurl.pc.in"
"${CURL_BINARY_DIR}/libcurl.pc" @ONLY)
2016-09-11 17:22:32 +02:00
install(FILES "${CURL_BINARY_DIR}/libcurl.pc"
2018-11-29 20:27:00 +01:00
DESTINATION ${CMAKE_INSTALL_LIBDIR}/pkgconfig)
2015-04-27 22:25:09 +02:00
2018-01-26 17:06:56 +01:00
# install headers
2015-04-27 22:25:09 +02:00
install(DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/include/curl"
2018-11-29 20:27:00 +01:00
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}
2018-01-26 17:06:56 +01:00
FILES_MATCHING PATTERN "*.h")
2015-04-27 22:25:09 +02:00
2018-04-23 21:13:27 +02:00
include(CMakePackageConfigHelpers)
write_basic_package_version_file(
2018-11-29 20:27:00 +01:00
"${version_config}"
2018-04-23 21:13:27 +02:00
VERSION ${CURL_VERSION}
COMPATIBILITY SameMajorVersion
)
2023-07-02 19:51:09 +02:00
file(READ "${version_config}" generated_version_config)
file(WRITE "${version_config}"
"if(NOT PACKAGE_FIND_VERSION_RANGE AND PACKAGE_FIND_VERSION_MAJOR STREQUAL \"7\")
# Version 8 satisfies version 7... requirements
set(PACKAGE_FIND_VERSION_MAJOR 8)
set(PACKAGE_FIND_VERSION_COUNT 1)
endif()
${generated_version_config}"
)
2018-04-23 21:13:27 +02:00
2018-11-29 20:27:00 +01:00
# Use:
# * TARGETS_EXPORT_NAME
# * PROJECT_NAME
configure_package_config_file(CMake/curl-config.cmake.in
"${project_config}"
INSTALL_DESTINATION ${CURL_INSTALL_CMAKE_DIR}
)
2021-09-14 00:13:48 +02:00
if(CURL_ENABLE_EXPORT_TARGET)
install(
EXPORT "${TARGETS_EXPORT_NAME}"
NAMESPACE "${PROJECT_NAME}::"
DESTINATION ${CURL_INSTALL_CMAKE_DIR}
)
endif()
2018-04-23 21:13:27 +02:00
install(
2018-11-29 20:27:00 +01:00
FILES ${version_config} ${project_config}
2018-04-23 21:13:27 +02:00
DESTINATION ${CURL_INSTALL_CMAKE_DIR}
)
2015-04-27 22:25:09 +02:00
# Workaround for MSVS10 to avoid the Dialog Hell
# FIXME: This could be removed with future version of CMake.
if(MSVC_VERSION EQUAL 1600)
set(CURL_SLN_FILENAME "${CMAKE_CURRENT_BINARY_DIR}/CURL.sln")
if(EXISTS "${CURL_SLN_FILENAME}")
file(APPEND "${CURL_SLN_FILENAME}" "\n# This should be regenerated!\n")
endif()
endif()
2018-01-26 17:06:56 +01:00
2022-11-16 20:14:03 +01:00
if(NOT TARGET curl_uninstall)
2018-01-26 17:06:56 +01:00
configure_file(
${CMAKE_CURRENT_SOURCE_DIR}/CMake/cmake_uninstall.cmake.in
${CMAKE_CURRENT_BINARY_DIR}/CMake/cmake_uninstall.cmake
IMMEDIATE @ONLY)
2022-11-16 20:14:03 +01:00
add_custom_target(curl_uninstall
2018-01-26 17:06:56 +01:00
COMMAND ${CMAKE_COMMAND} -P
${CMAKE_CURRENT_BINARY_DIR}/CMake/cmake_uninstall.cmake)
endif()
2015-04-27 22:25:09 +02:00
endif()