From 63a73d04b7c26cd0d303c4f04d769a4bf47382df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robin=20Lind=C3=A9n?= Date: Tue, 30 Apr 2019 17:46:43 +0200 Subject: [PATCH] Use a better message for the SODIUM_MINIMAL option --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3b814c9..9d2b303 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.11) project("sodium") option(SODIUM_DISABLE_TESTS "Disable tests" OFF) -option(SODIUM_MINIMAL "Perform a minimal build, without deprecated functions and functions that high-level APIs depend on" OFF) +option(SODIUM_MINIMAL "Only compile the minimum set of functions required for the high-level API" OFF) add_library(${PROJECT_NAME} libsodium/src/libsodium/crypto_aead/aes256gcm/aesni/aead_aes256gcm_aesni.c