Skip to content

Commit efc3922

Browse files
committed
[CMake] update minimum version
Recent CMake versions added this warning: CMake Deprecation Warning at CMakeLists.txt:6 (CMAKE_MINIMUM_REQUIRED): Compatibility with CMake < 2.8.12 will be removed from a future version of CMake. And we are not compatible with CMake < 3.1: ref jrl-umi3218/jrl-cmakemodules#338
1 parent 2f58f35 commit efc3922

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
@@ -3,7 +3,7 @@
33
# Copyright (c) 2018-2020 INRIA
44
#
55

6-
CMAKE_MINIMUM_REQUIRED(VERSION 2.6)
6+
CMAKE_MINIMUM_REQUIRED(VERSION 3.1)
77

88
SET(PROJECT_NAME eigenpy)
99
SET(PROJECT_DESCRIPTION "Bindings between Numpy and Eigen using Boost.Python")

0 commit comments

Comments
 (0)