Skip to content

Commit

Permalink
Do the changes to support BlockFactory 1.0.0 and bump version to 6.0.0 (
Browse files Browse the repository at this point in the history
#247)

* Changes to support BlockFactory 1.0.0

* Bump version to 6.0.0
  • Loading branch information
traversaro authored Nov 9, 2024
1 parent d927330 commit 498f488
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion ci_env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies:
- ninja
- pkg-config
- eigen
- blockfactory
- blockfactory>=1.0.0
- idyntree
- osqp-eigen
- qpoases
Expand Down
2 changes: 1 addition & 1 deletion toolbox/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion toolbox/library/src/Factory.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
#include <string>

// 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)
Expand Down

0 comments on commit 498f488

Please sign in to comment.