Skip to content

Commit f43bd10

Browse files
authored
Merge pull request #8 from ccxcz/fix-cmake-cpp
Remove C++ compiler dependency
2 parents 1140086 + 8179068 commit f43bd10

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cmake_minimum_required(VERSION 3.5)
2-
project(libxeddsa VERSION 2.0.0)
2+
project(libxeddsa VERSION 2.0.0 LANGUAGES C)
33

44
include(CTest)
55

ref10/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cmake_minimum_required(VERSION 3.5)
2-
project(ref10)
2+
project(ref10 LANGUAGES C)
33

44
include(CTest)
55

0 commit comments

Comments
 (0)