robotology / blockfactory

A tiny framework to wrap algorithms for dataflow programming
https://robotology.github.io/blockfactory
GNU Lesser General Public License v2.1
40 stars 16 forks source link

Fix compilation on Windows #54

Closed traversaro closed 4 years ago

traversaro commented 4 years ago

Tested on my laptop with Matlab R2019b .

Fixes #44 and robotology/robotology-superbuild#226.

Remake of https://github.com/robotology/blockfactory/pull/45 with the additional CMake fixes to fix https://gitlab.kitware.com/cmake/cmake/issues/19382, that was the root cause for the link failure.

traversaro commented 4 years ago

Hi @diegoferigo, it would be great to get this in, so we can go forward with the testing for distro 2020.02 of the robotology-superbuild (see https://github.com/robotology/robotology-superbuild/issues/331), especially regarding the Windows dependencies and binaries that may create problems.

traversaro commented 4 years ago

Thanks!!