Skip to content

Commit 98dd296

Browse files
committed
cmake: enforce minimal version of CMAKE
1 parent 558a37a commit 98dd296

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#
2-
# Copyright (c) 2021-2022 INRIA
2+
# Copyright (c) 2021-2023 INRIA
33
#
44

5-
CMAKE_MINIMUM_REQUIRED(VERSION 3.1)
5+
CMAKE_MINIMUM_REQUIRED(VERSION 3.10)
66

77
SET(PROJECT_NAME pycppad)
88
SET(PROJECT_DESCRIPTION "Python bindings for CppAD and CppADCodeGen using Boost.Python")

0 commit comments

Comments
 (0)