Skip to content

Commit

Permalink
Increase minimum cmake version
Browse files Browse the repository at this point in the history
  • Loading branch information
Zialus committed Sep 30, 2023
1 parent e0e9684 commit 33ffd69
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.0)
cmake_minimum_required(VERSION 3.5)

project(C0Compiler)

Expand Down

0 comments on commit 33ffd69

Please sign in to comment.