1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

rpath cmake

Signed-off-by: Alexandra <alexandra.bach@eonerc.rwth-aachen.de>
This commit is contained in:
Alexandra 2024-05-02 16:19:14 +00:00
parent e0842bcb8e
commit 08321ff7be

View file

@ -119,7 +119,7 @@ WORKDIR /villas/build
RUN echo "Debug: build started"
RUN cmake ${CMAKE_OPTS} ${CMAKE_EXTRA_OPTS} .. && \
RUN cmake -DCMAKE_INSTALL_RPATH=/app/lib ${CMAKE_OPTS} ${CMAKE_EXTRA_OPTS} .. && \
make -j$(nproc) install
RUN echo "Debug: build finished"