From dc6208f54bc6a622882b6a2779d27d9b48bfafb6 Mon Sep 17 00:00:00 2001 From: "Dustin J. Mitchell" Date: Wed, 1 Jan 2025 11:22:41 -0500 Subject: [PATCH] Add more CMake options to INSTALL --- INSTALL | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/INSTALL b/INSTALL index 620fe76f1..68f953d4b 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 --------------