Skip to content

Commit 93d67ff

Browse files
authored
Merge pull request #36 from dancesWithBugs/patch-2
Increase minimum required CMake version to 3.12
2 parents 45529ed + 6645bcd commit 93d67ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 3.5)
1+
cmake_minimum_required(VERSION 3.12)
22
set(CMAKE_CXX_STANDARD 17)
33

44
project(libnut)

0 commit comments

Comments
 (0)