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

libvillas-fpga.so: only link with stdc++fs for gcc8 and earlier

Signed-off-by: Niklas Eiling <niklas.eiling@eonerc.rwth-aachen.de>
This commit is contained in:
Niklas Eiling 2024-01-12 11:39:20 +01:00 committed by Niklas Eiling
parent ca6c70e09b
commit 147725daef

View file

@ -59,7 +59,7 @@ target_link_libraries(villas-fpga PUBLIC
m
xil
villas-common
stdc++fs
"$<$<AND:$<CXX_COMPILER_ID:GNU>,$<VERSION_LESS:$<CXX_COMPILER_VERSION>,9.0>>:-lstdc++fs>"
)
if(CMAKE_CUDA_COMPILER)