fix a filesystem bug of IOH by pre-creating directories

This commit is contained in:
Johann Dreo 2021-01-23 16:33:44 +01:00
commit 82af0ed674
2 changed files with 10 additions and 1 deletions

View file

@ -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)