Skip to content

Commit

Permalink
Merge pull request #66 from nodec-project/feature/update-cmake
Browse files Browse the repository at this point in the history
CHANGE: Update cmake minimum version(3.15)
  • Loading branch information
ContentsViewer authored Jul 16, 2024
2 parents c3503d3 + 6856e97 commit 8c8ce75
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.15)

project(nodec LANGUAGES CXX)

Expand Down

0 comments on commit 8c8ce75

Please sign in to comment.