Skip to content

Commit

Permalink
cmake: enforce minimal version of CMAKE
Browse files Browse the repository at this point in the history
  • Loading branch information
jcarpent committed Nov 9, 2023
1 parent 558a37a commit 98dd296
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#
# Copyright (c) 2021-2022 INRIA
# Copyright (c) 2021-2023 INRIA
#

CMAKE_MINIMUM_REQUIRED(VERSION 3.1)
CMAKE_MINIMUM_REQUIRED(VERSION 3.10)

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

0 comments on commit 98dd296

Please sign in to comment.