Skip to content

Commit a1ea241

Browse files
committed
Bump the minimal required cmake version to 3.5.1.
This is required to stay compatible with up to date cmake version.
1 parent 4eae1f0 commit a1ea241

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.0)
1+
cmake_minimum_required(VERSION 3.5.1)
22

33
# Print a message that using the Makefiles is recommended.
44
message(NOTICE: " The CMakeLists.txt is unmaintained. Use the Makefile if possible.")

0 commit comments

Comments
 (0)