From d54d45871a29d58cfc7726947c4d385ef6990fb7 Mon Sep 17 00:00:00 2001 From: Jakub Jelen Date: Mon, 12 Dec 2022 14:59:25 +0100 Subject: [PATCH] cmake: Document the consequences of enabling benchmarks Signed-off-by: Jakub Jelen Reviewed-by: Norbert Pocs --- DefineOptions.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DefineOptions.cmake b/DefineOptions.cmake index 8dd37b0b..6881b9a2 100644 --- a/DefineOptions.cmake +++ b/DefineOptions.cmake @@ -16,7 +16,7 @@ option(WITH_PKCS11_URI "Build with PKCS#11 URI support" OFF) option(UNIT_TESTING "Build with unit tests" OFF) option(CLIENT_TESTING "Build with client tests; requires openssh" OFF) option(SERVER_TESTING "Build with server tests; requires openssh and dropbear" OFF) -option(WITH_BENCHMARKS "Build benchmarks tools" OFF) +option(WITH_BENCHMARKS "Build benchmarks tools; enables unit testing and client tests" OFF) option(WITH_EXAMPLES "Build examples" ON) option(WITH_NACL "Build with libnacl (curve25519)" ON) option(WITH_SYMBOL_VERSIONING "Build with symbol versioning" ON)