Skip to content

Commit

Permalink
🔧 Upgrade CMake to 3.20
Browse files Browse the repository at this point in the history
  • Loading branch information
JulesFouchy committed Dec 11, 2024
1 parent c8ebb32 commit c18296f
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,4 +1,4 @@
cmake_minimum_required(VERSION 3.8)
cmake_minimum_required(VERSION 3.20)

set(WARNINGS_AS_ERRORS_FOR_REG OFF CACHE BOOL "ON iff you want to treat warnings as errors")

Expand Down
2 changes: 1 addition & 1 deletion tests/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.8)
cmake_minimum_required(VERSION 3.20)
project(reg-tests)

add_executable(${PROJECT_NAME} tests.cpp)
Expand Down

0 comments on commit c18296f

Please sign in to comment.