Skip to content

Commit 490e31b

Browse files
author
Changming Sun
authored
Update CMakeLists.txt: change min cmake version to 3.5 (#163)
1 parent 83af1e7 commit 490e31b

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
@@ -2,7 +2,7 @@
22
# Set minimum version of CMake. Since command 'project' use
33
# VERSION sub-option we need at least 3.0.
44
# Note: If you use 2.6 or 2.4, God kills a kitten. Seriously.
5-
cmake_minimum_required(VERSION 3.2 FATAL_ERROR)
5+
cmake_minimum_required(VERSION 3.5 FATAL_ERROR)
66

77
####
88
# Set variables:

0 commit comments

Comments
 (0)