Don't require a C++ compiler
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user