Skip to content

Commit

Permalink
Merge pull request #8 from ccxcz/fix-cmake-cpp
Browse files Browse the repository at this point in the history
Remove C++ compiler dependency
  • Loading branch information
Syndace authored Nov 28, 2023
2 parents 1140086 + 8179068 commit f43bd10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.5)
project(libxeddsa VERSION 2.0.0)
project(libxeddsa VERSION 2.0.0 LANGUAGES C)

include(CTest)

Expand Down
2 changes: 1 addition & 1 deletion ref10/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.5)
project(ref10)
project(ref10 LANGUAGES C)

include(CTest)

Expand Down

0 comments on commit f43bd10

Please sign in to comment.