Skip to content

Commit 0f4f35b

Browse files
committed
[CMakeLists] update info for release
1 parent 4957b35 commit 0f4f35b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CMakeLists.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
CMAKE_MINIMUM_REQUIRED(VERSION 3.1)
66

77
SET(PROJECT_NAME pycppad)
8-
SET(PROJECT_DESCRIPTION "Python bindings for CppAD using Boost.Python")
9-
SET(PROJECT_URL "https://gitlab.inria.fr/rbudhira/pycppad")
8+
SET(PROJECT_DESCRIPTION "Python bindings for CppAD and CppADCodeGen using Boost.Python")
9+
SET(PROJECT_URL "https://github.com/simple-robotics/pycppad")
1010

1111
# Project options
1212
OPTION(SUFFIX_SO_VERSION "Suffix library name with its version" ON)
@@ -44,9 +44,9 @@ EXPORT_BOOST_DEFAULT_OPTIONS()
4444

4545
ADD_PROJECT_DEPENDENCY(cppad 20180000.0 REQUIRED PKG_CONFIG_REQUIRES "cppad >= 20180000.0")
4646
ADD_PROJECT_DEPENDENCY(Eigen3 REQUIRED PKG_CONFIG_REQUIRES "eigen3 >= 3.0.5")
47-
ADD_PROJECT_DEPENDENCY(eigenpy 2.6.5 REQUIRED)
47+
ADD_PROJECT_DEPENDENCY(eigenpy 2.6.7 REQUIRED)
4848

49-
OPTION(BUILD_CODEGEN_BINDINGS "Build the python bindings for code generation (via CppADCodeGen)" ON)
49+
OPTION(BUILD_CODEGEN_BINDINGS "Build the python bindings for code generation (via CppADCodeGen)" OFF)
5050

5151
IF(BUILD_CODEGEN_BINDINGS)
5252
ADD_PROJECT_DEPENDENCY(cppadcg 2.4.1 REQUIRED PKG_CONFIG_REQUIRES "cppadcg >= 2.4.1") # CppADCodeGen 2.4.1 is the first version to check the minimal version of CppAD

0 commit comments

Comments
 (0)