Skip to content

Commit

Permalink
Bump minimum cmake to 3.6.
Browse files Browse the repository at this point in the history
Removes a warning.
  • Loading branch information
Themaister committed Jan 21, 2024
1 parent 8d37f7e commit 385bce4
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.5)
cmake_minimum_required(VERSION 3.6)
set(CMAKE_CXX_STANDARD 14)
set(CMAKE_C_STANDARD 99)
project(Granite LANGUAGES CXX C)
Expand Down

0 comments on commit 385bce4

Please sign in to comment.