ZettaScaleLabs / cyclors

Low level RUST APIs for cyclone
Apache License 2.0
6 stars 11 forks source link

Force CMAKE_INSTALL_LIBDIR=lib #3

Closed JEnoch closed 3 years ago

JEnoch commented 3 years ago

Some platforms have CMAKE_INSTALL_LIBDIR set to lib64 (or other).
This leads the build to fail, failing to find ddsc lib in the expected cyclonedds-build/lib directory. Forcing CMAKE_INSTALL_LIBDIR=lib solves the problem.