Skip to content

Commit

Permalink
POC: Change cmake minimum version
Browse files Browse the repository at this point in the history
PATCH
  • Loading branch information
TTENSHII committed Sep 20, 2023
1 parent e8382b4 commit 19c44c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/poc/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.27)
cmake_minimum_required(VERSION 3.15)

set(PROJECT_NAME poc)

Expand Down
2 changes: 1 addition & 1 deletion src/poc/src/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.27)
cmake_minimum_required(VERSION 3.15)

add_subdirectory(system)

Expand Down

0 comments on commit 19c44c2

Please sign in to comment.