rock-core / base-types

C/C++ and Ruby definition of the base types in Rock
6 stars 40 forks source link

Make SISL optional #121

Closed arneboe closed 5 years ago

arneboe commented 5 years ago

The mainfest defines sisl as optional but base-types does not compile without sisl. This PR fixes that issue.

This reduces the number of dependencies that we need to install when using base-types outside of rock. In our use case we are dependent on base types but not on Spline/Trajectory, thus we do not need the SISL dependency.

doudou commented 5 years ago

Closing this now that #134 has been merged.