Skip to content
Snippets Groups Projects
Commit d6dac123 authored by Guilhem Saurel's avatar Guilhem Saurel
Browse files

[CMake] sync submodule

parent 9f0cc2a3
No related branches found
No related tags found
No related merge requests found
Pipeline #7104 passed with warnings
......@@ -17,18 +17,17 @@
# hpp-manipulation If not, see
# <http://www.gnu.org/licenses/>.
CMAKE_MINIMUM_REQUIRED(VERSION 2.6)
CMAKE_MINIMUM_REQUIRED(VERSION 2.8)
SET(PROJECT_NAME hpp-manipulation)
SET(PROJECT_DESCRIPTION "Classes for manipulation planning.")
SET(CXX_DISABLE_WERROR TRUE)
INCLUDE(cmake/base.cmake)
INCLUDE(cmake/hpp.cmake)
INCLUDE(cmake/boost.cmake)
SET(PROJECT_NAME hpp-manipulation)
SET(PROJECT_URL "")
SET(PROJECT_DESCRIPTION "Classes for manipulation planning.")
SETUP_HPP_PROJECT()
COMPUTE_PROJECT_ARGS(PROJECT_ARGS LANGUAGES CXX)
PROJECT(${PROJECT_NAME} ${PROJECT_ARGS})
LIST(APPEND PKG_CONFIG_ADDITIONAL_VARIABLES cmake_plugin)
......@@ -109,5 +108,3 @@ ADD_SUBDIRECTORY(tests)
# Add dependency toward hpp-manipulation library in pkg-config file.
PKG_CONFIG_APPEND_LIBS("hpp-manipulation")
PKG_CONFIG_APPEND_BOOST_LIBS(${BOOST_INSTALL_COMPONENTS})
SETUP_HPP_PROJECT_FINALIZE()
Subproject commit c81a37191d764522899b5dcb4468485a826141c2
Subproject commit 7eca9ee6c9d1c4ee20eb82272e94f9d11642053a
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment