fix a filesystem bug of IOH by pre-creating directories
This commit is contained in:
parent
25f4592826
commit
82af0ed674
2 changed files with 10 additions and 1 deletions
|
|
@ -93,5 +93,5 @@ endif()
|
|||
######################################################################################
|
||||
|
||||
add_executable(fastga fastga.cpp)
|
||||
target_link_libraries(fastga ${PARADISEO_LIBRARIES} ${IOH_LIBRARY})
|
||||
target_link_libraries(fastga ${PARADISEO_LIBRARIES} ${IOH_LIBRARY} stdc++fs)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue