Skip to content

Commit

Permalink
Bump up minimum supported CMake version
Browse files Browse the repository at this point in the history
Contributes to CURA-8640
  • Loading branch information
jellespijker committed Apr 12, 2022
1 parent f6211eb commit 85d20a9
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,5 +1,5 @@
project(savitar)
cmake_minimum_required(VERSION 3.18)
cmake_minimum_required(VERSION 3.20)
include(cmake/StandardProjectSettings.cmake)
AssureOutOfSourceBuilds()

Expand Down

0 comments on commit 85d20a9

Please sign in to comment.