Skip to content

Commit 74d9f1f

Browse files
committed
cmake: Update minimal version to 3.22
1 parent bbaec79 commit 74d9f1f

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
# Copyright (c) 2014-2019 CNRS Copyright (c) 2018-2023 INRIA
33
#
44

5-
cmake_minimum_required(VERSION 3.10)
5+
cmake_minimum_required(VERSION 3.22)
66

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

0 commit comments

Comments
 (0)