From a549f50a1b242a18bdbe49f7dc22d52966700cfb Mon Sep 17 00:00:00 2001 From: Robin Linden Date: Fri, 29 Oct 2021 00:14:19 +0200 Subject: [PATCH] Don't require a C++ compiler --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 21fc519..67a27a0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ if(POLICY CMP0077) cmake_policy(SET CMP0077 NEW) endif() -project("sodium") +project("sodium" LANGUAGES C) option(SODIUM_DISABLE_TESTS "Disable tests" OFF) option(SODIUM_MINIMAL "Only compile the minimum set of functions required for the high-level API" OFF)