Skip to content

Commit 141d99a

Browse files
committed
cmake: change PROJECT description
1 parent be1ed52 commit 141d99a

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
@@ -16,7 +16,7 @@ INCLUDE(cmake/python.cmake)
1616
INCLUDE(cmake/ide.cmake)
1717

1818
SET(PROJECT_NAME eigenpy)
19-
SET(PROJECT_DESCRIPTION "Wrapping Eigen3 -- numpy")
19+
SET(PROJECT_DESCRIPTION "Bindings between Numpy and Eigen using Boost.Python")
2020
SET(PROJECT_URL "http://github.com/stack-of-tasks/eigenpy")
2121

2222
# Disable -Werror on Unix for now.

0 commit comments

Comments
 (0)