From ddeec3512aeb8cd09019a5f5d23f652cb461d33a Mon Sep 17 00:00:00 2001 From: "Dustin J. Mitchell" Date: Wed, 1 Jan 2025 13:29:17 -0500 Subject: [PATCH] Add more CMake options to INSTALL (#3743) --- INSTALL | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/INSTALL b/INSTALL index 3d89be316..d46e67d10 100644 --- a/INSTALL +++ b/INSTALL @@ -89,6 +89,11 @@ get absolute installation directories: CMAKE_INSTALL_PREFIX/TASK_MAN1DIR /usr/local/share/man/man1 CMAKE_INSTALL_PREFIX/TASK_MAN5DIR /usr/local/share/man/man5 +The following variables control aspects of the build process: + + SYSTEM_CORROSION - Use system provided corrosion instead of vendored version + ENABLE_TLS_NATIVE_ROOTS - Use the system's TLS root certificates + Uninstallation --------------