diff --git a/CMakeLists.txt b/CMakeLists.txt index 9d5036a7..10e25bd8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ # GNU Lesser General Public License v2.1 or any later version. cmake_minimum_required(VERSION 3.5) -project(WB-Toolbox LANGUAGES CXX VERSION 5.7.0) +project(WB-Toolbox LANGUAGES CXX VERSION 6.0.0) if(WBT_BUILD_DOCS) add_subdirectory(doc) diff --git a/ci_env.yml b/ci_env.yml index e3148873..fb29425b 100644 --- a/ci_env.yml +++ b/ci_env.yml @@ -9,7 +9,7 @@ dependencies: - ninja - pkg-config - eigen - - blockfactory + - blockfactory>=1.0.0 - idyntree - osqp-eigen - qpoases diff --git a/toolbox/CMakeLists.txt b/toolbox/CMakeLists.txt index 3511c112..36c5eddb 100644 --- a/toolbox/CMakeLists.txt +++ b/toolbox/CMakeLists.txt @@ -2,7 +2,7 @@ # This software may be modified and distributed under the terms of the # GNU Lesser General Public License v2.1 or any later version. -find_package(shlibpp REQUIRED) +find_package(sharedlibpp REQUIRED) find_package(BlockFactory COMPONENTS Core REQUIRED) add_subdirectory(base) diff --git a/toolbox/library/src/Factory.cpp b/toolbox/library/src/Factory.cpp index 15cafaee..f4ed944c 100644 --- a/toolbox/library/src/Factory.cpp +++ b/toolbox/library/src/Factory.cpp @@ -49,7 +49,7 @@ #include // Class factory API -#include "shlibpp/SharedLibraryClassApi.h" +#include "sharedlibpp/SharedLibraryClassApi.h" // YARP-dependent blocks SHLIBPP_DEFINE_SHARED_SUBCLASS(GetLimits, wbt::block::GetLimits, blockfactory::core::Block)