Use a better message for the SODIUM_MINIMAL option

This commit is contained in:
Robin Lindén
2019-04-30 17:46:43 +02:00
parent 6d359589d2
commit 63a73d04b7

View File

@@ -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