Closed JEnoch closed 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.
lib64
ddsc
cyclonedds-build/lib
Some platforms have CMAKE_INSTALL_LIBDIR set to
lib64
(or other).This leads the build to fail, failing to find
ddsc
lib in the expectedcyclonedds-build/lib
directory. Forcing CMAKE_INSTALL_LIBDIR=lib solves the problem.