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

add missing fmt library

This commit is contained in:
Steffen Vogel 2019-09-03 23:03:32 +02:00
parent 7feddca897
commit 29ac5a7eae
3 changed files with 6 additions and 3 deletions

View file

@ -70,7 +70,8 @@ RUN apt-get update && apt-get install -y \
librdmacm-dev:${ARCH} \
libre-dev:${ARCH} \
libusb-1.0-0-dev:${ARCH} \
libspdlog-dev:${ARCH}
libspdlog-dev:${ARCH} \
libfmt-dev
ADD cmake/toolchains/debian-${ARCH}.cmake /

View file

@ -52,7 +52,8 @@ RUN apt-get install -y\
librdmacm-dev \
libre-dev \
libusb-1.0-0-dev \
libspdlog-dev
libspdlog-dev \
libfmt-dev
ENV CC=gcc
ENV CXX=g++

View file

@ -79,7 +79,8 @@ RUN apt-get update && apt-get install -y \
libibverbs-dev \
librdmacm-dev \
libre-dev \
libspdlog-dev
libspdlog-dev \
libfmt-dev
# Build & Install Criterion
RUN cd /tmp && \