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

link with stdc++fs to avoid compiler error on newer gcc versions

Signed-off-by: Niklas Eiling <niklas.eiling@eonerc.rwth-aachen.de>
This commit is contained in:
Niklas Eiling 2024-01-03 14:43:08 +01:00 committed by Niklas Eiling
parent 57177c074e
commit f086c325c2

View file

@ -59,6 +59,7 @@ target_link_libraries(villas-fpga PUBLIC
m
xil
villas-common
stdc++fs
)
if(CMAKE_CUDA_COMPILER)