Skip to content

Commit

Permalink
[CMake] clean
Browse files Browse the repository at this point in the history
  • Loading branch information
nim65s committed Feb 22, 2019
1 parent e79790a commit e78cc71
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,12 @@ CMAKE_MINIMUM_REQUIRED(VERSION 2.6)
INCLUDE(cmake/base.cmake)
INCLUDE(cmake/boost.cmake)
INCLUDE(cmake/eigen.cmake)
INCLUDE(cmake/lapack.cmake)
INCLUDE(cmake/cpack.cmake)
INCLUDE(cmake/python.cmake)

SET(PROJECT_NAMESPACE stack-of-tasks)
SET(PROJECT_NAME sot-core)
SET(PROJECT_DESCRIPTION "Hierarchical task solver plug-in for dynamic-graph.")
SET(PROJECT_URL "http://github.com/jrl-umi3218/sot-core")

SET(CUSTOM_HEADER_DIR "sot/core")
SET(PROJECT_URL "http://github.com/${PROJECT_NAMESPACE}/${PROJECT_NAME}")

SET(DOXYGEN_USE_MATHJAX YES)

Expand Down Expand Up @@ -68,4 +65,3 @@ ADD_SUBDIRECTORY(unitTesting)
ADD_SUBDIRECTORY(doc)

SETUP_PROJECT_FINALIZE()
SETUP_PROJECT_CPACK()

0 comments on commit e78cc71

Please sign in to comment.