diff options
| author | Kenjiro Nakayama <nakayamakenjiro@gmail.com> | 2026-06-15 10:37:08 +0900 |
|---|---|---|
| committer | Kenjiro Nakayama <nakayamakenjiro@gmail.com> | 2026-06-15 10:37:08 +0900 |
| commit | 2a927546a53bf31d7d268d1fbabff9ad3ebce167 (patch) | |
| tree | 61c6f6341dfdeae7e77e0ee2313eeb1f20217f5e | |
| parent | c85e07d0d68129fc1b1c9039b266099c8d735c3d (diff) | |
| download | portable-2a927546a53bf31d7d268d1fbabff9ad3ebce167.tar.gz portable-2a927546a53bf31d7d268d1fbabff9ad3ebce167.tar.bz2 portable-2a927546a53bf31d7d268d1fbabff9ad3ebce167.zip | |
Update explanation for TLS_DEFAULT_CA_FILE
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index d3424c7..a7e97d9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt | |||
| @@ -55,7 +55,7 @@ option(ENABLE_ASM "Enable assembly" ON) | |||
| 55 | option(ENABLE_EXTRATESTS "Enable extra tests that may be unreliable on some platforms" OFF) | 55 | option(ENABLE_EXTRATESTS "Enable extra tests that may be unreliable on some platforms" OFF) |
| 56 | option(ENABLE_NC "Enable installing TLS-enabled nc(1)" OFF) | 56 | option(ENABLE_NC "Enable installing TLS-enabled nc(1)" OFF) |
| 57 | set(OPENSSLDIR ${OPENSSLDIR} CACHE PATH "Set the default openssl directory" FORCE) | 57 | set(OPENSSLDIR ${OPENSSLDIR} CACHE PATH "Set the default openssl directory" FORCE) |
| 58 | set(TLS_DEFAULT_CA_FILE ${TLS_DEFAULT_CA_FILE} CACHE PATH "Set the default CA file" FORCE) | 58 | set(TLS_DEFAULT_CA_FILE ${TLS_DEFAULT_CA_FILE} CACHE PATH "Set the default CA file for libtls" FORCE) |
| 59 | set(LIBRESSL_INSTALL_CMAKEDIR "${CMAKE_INSTALL_LIBDIR}/cmake/LibreSSL" CACHE STRING "Installation directory for the CMake targets") | 59 | set(LIBRESSL_INSTALL_CMAKEDIR "${CMAKE_INSTALL_LIBDIR}/cmake/LibreSSL" CACHE STRING "Installation directory for the CMake targets") |
| 60 | 60 | ||
| 61 | option(USE_STATIC_MSVC_RUNTIMES "Use /MT instead of /MD in MSVC" OFF) | 61 | option(USE_STATIC_MSVC_RUNTIMES "Use /MT instead of /MD in MSVC" OFF) |
