robotology/gazebo-fmi

Get and build FMILibrary using CMake's FetchContent

Closed this issue · 1 comments

The main dependency of this plugin FMILibrary is not packaged on most package managers. For simplify the installation when the plugin is not built as part of a superbuild, it may be worth to investigate the possibility of optionally including the library using the new CMake module FetchContent.
This module could be used also for getting exactly the google-test version required by the Gazebo testing infrastructure.

Fixed by #23 , thanks @prashanthr05 .