Skip to content

Commit 6645bcd

Browse files
Increase minimum required CMake version to 3.12
Fixes #35 Alternatively, one could work around the use of `add_compile_definitions`. Increasing the minimum required version just seemed easier.
1 parent 45529ed commit 6645bcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
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)