Skip to content

Commit

Permalink
Merge pull request #2 from junaire/jun/downgrade_cmake
Browse files Browse the repository at this point in the history
Downgrade cmake version to 3.15 to match WasmEdge
  • Loading branch information
hydai authored Aug 13, 2024
2 parents ddb5b4f + b93d9b8 commit 7a26896
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.24)
cmake_minimum_required(VERSION 3.15)
project(llm.c LANGUAGES C)
# project(llm.c LANGUAGES C CXX CUDA)

Expand Down

0 comments on commit 7a26896

Please sign in to comment.