Skip to content

Commit

Permalink
[cmake] Synchronize and update
Browse files Browse the repository at this point in the history
  • Loading branch information
bchretien committed Aug 28, 2016
1 parent 3bf35cc commit ef1f772
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
10 changes: 4 additions & 6 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,9 @@ INCLUDE(cmake/boost.cmake)
INCLUDE(cmake/cpack.cmake)

SET(PROJECT_NAME roboptim-core-plugin-cminpack)
SET(PROJECT_DESCRIPTION
"Nonlinear least-square optimization using Levenberg Marquardt algorithm."
)
SET(PROJECT_DESCRIPTION "Nonlinear least-square optimization using Levenberg Marquardt algorithm.")
SET(PROJECT_URL "http://github.com/roboptim/roboptim-core-plugin-cminpack")

# Use MathJax for Doxygen formulae
SET(DOXYGEN_USE_MATHJAX "YES")
SET(PROJECT_DEBUG_POSTFIX "_d")

SET(PKG_CONFIG_ADDITIONAL_VARIABLES plugindir ${PKG_CONFIG_ADDITIONAL_VARIABLES})
SETUP_PROJECT()
Expand All @@ -53,4 +49,6 @@ PKG_CONFIG_APPEND_LIBS("roboptim-core-plugin-cminpack")
ADD_SUBDIRECTORY(src)
ADD_SUBDIRECTORY(tests)

HEADER_INSTALL("${HEADERS}")

SETUP_PROJECT_FINALIZE()
2 changes: 1 addition & 1 deletion cmake

0 comments on commit ef1f772

Please sign in to comment.