Don't require a C++ compiler

This commit is contained in:
Robin Linden
2021-10-29 00:14:19 +02:00
parent 25c6fb801a
commit a549f50a1b

View File

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