Skip to content

Commit

Permalink
Increase minimum required CMake version to 3.12
Browse files Browse the repository at this point in the history
Fixes #35

Alternatively, one could work around the use of `add_compile_definitions`. Increasing the minimum required version just seemed easier.
  • Loading branch information
dancesWithBugs authored Dec 3, 2020
1 parent 45529ed commit 6645bcd
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.12)
set(CMAKE_CXX_STANDARD 17)

project(libnut)
Expand Down

0 comments on commit 6645bcd

Please sign in to comment.