We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be1ed52 commit 141d99aCopy full SHA for 141d99a
CMakeLists.txt
@@ -16,7 +16,7 @@ INCLUDE(cmake/python.cmake)
16
INCLUDE(cmake/ide.cmake)
17
18
SET(PROJECT_NAME eigenpy)
19
-SET(PROJECT_DESCRIPTION "Wrapping Eigen3 -- numpy")
+SET(PROJECT_DESCRIPTION "Bindings between Numpy and Eigen using Boost.Python")
20
SET(PROJECT_URL "http://github.com/stack-of-tasks/eigenpy")
21
22
# Disable -Werror on Unix for now.
0 commit comments