mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
lib/CMakeLists.txt: fix error in syntax
Signed-off-by: Niklas Eiling <niklas.eiling@eonerc.rwth-aachen.de>
This commit is contained in:
parent
b2fcfeaa67
commit
645429b9c8
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ target_link_libraries(villas-fpga PUBLIC
|
|||
m
|
||||
xil
|
||||
villas-common
|
||||
"$<$<AND:$<CXX_COMPILER_ID:GNU>,$<VERSION_LESS:$<CXX_COMPILER_VERSION>,9.0>>:-lstdc++fs>"
|
||||
"$<$<AND:$<CXX_COMPILER_ID:GNU>,$<VERSION_LESS:$<CXX_COMPILER_VERSION>,9.0>>:stdc++fs>"
|
||||
)
|
||||
|
||||
if(CMAKE_CUDA_COMPILER)
|
||||
|
|
Loading…
Add table
Reference in a new issue