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:
parent
e0842bcb8e
commit
08321ff7be
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue