File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -18,15 +18,12 @@ CMAKE_MINIMUM_REQUIRED(VERSION 2.6)
18
18
INCLUDE (cmake/base.cmake )
19
19
INCLUDE (cmake/boost.cmake )
20
20
INCLUDE (cmake/eigen.cmake )
21
- INCLUDE (cmake/lapack.cmake )
22
- INCLUDE (cmake/cpack.cmake )
23
21
INCLUDE (cmake/python.cmake )
24
22
23
+ SET (PROJECT_NAMESPACE stack-of-tasks )
25
24
SET (PROJECT_NAME sot-core )
26
25
SET (PROJECT_DESCRIPTION "Hierarchical task solver plug-in for dynamic-graph." )
27
- SET (PROJECT_URL "http://github.com/jrl-umi3218/sot-core" )
28
-
29
- SET (CUSTOM_HEADER_DIR "sot/core" )
26
+ SET (PROJECT_URL "http://github.com/${PROJECT_NAMESPACE} /${PROJECT_NAME} " )
30
27
31
28
SET (DOXYGEN_USE_MATHJAX YES )
32
29
@@ -68,4 +65,3 @@ ADD_SUBDIRECTORY(unitTesting)
68
65
ADD_SUBDIRECTORY (doc )
69
66
70
67
SETUP_PROJECT_FINALIZE ()
71
- SETUP_PROJECT_CPACK ()
You can’t perform that action at this time.
0 commit comments