From 7cee44af8aa83695351f1f16ba69cc589b1f33dd Mon Sep 17 00:00:00 2001 From: Joseph Mirabel <jmirabel@laas.fr> Date: Wed, 13 Mar 2019 19:20:30 +0100 Subject: [PATCH] [CMake] Update to plugin API change. --- plugins/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/CMakeLists.txt b/plugins/CMakeLists.txt index 43cd5101..7a0c682f 100644 --- a/plugins/CMakeLists.txt +++ b/plugins/CMakeLists.txt @@ -16,7 +16,7 @@ INCLUDE(${HPP_CORE_CMAKE_PLUGIN}) -ADD_PLUGIN(manipulation-spline-gradient-based +HPP_ADD_PLUGIN(manipulation-spline-gradient-based SOURCES spline-gradient-based.cc LINK_DEPENDENCIES ${PROJECT_NAME} ${PROJECT_NAME}-gpl hpp-core-gpl PKG_CONFIG_DEPENDENCIES hpp-core) -- GitLab