fix Ubuntu-related memory allocation bug
This commit is contained in:
parent
023cb45ca5
commit
c2f2e635c8
1 changed files with 2 additions and 3 deletions
|
|
@ -70,10 +70,9 @@ endif()
|
|||
######################################################################################
|
||||
|
||||
add_executable(fastga fastga.cpp)
|
||||
# target_link_libraries(fastga ${PARADISEO_LIBRARIES} ${IOH_LIBRARY} stdc++fs)
|
||||
target_link_libraries(fastga ${PARADISEO_LIBRARIES} fmt)
|
||||
# Link to stdc++fs at the end because of an Ubuntu bug, see: https://stackoverflow.com/a/57760267
|
||||
target_link_libraries(fastga ${PARADISEO_LIBRARIES} fmt stdc++fs)
|
||||
|
||||
add_executable(onlymutga onlymutga.cpp)
|
||||
# target_link_libraries(onlymutga ${PARADISEO_LIBRARIES} ${IOH_LIBRARY} stdc++fs)
|
||||
target_link_libraries(onlymutga ${PARADISEO_LIBRARIES} fmt)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue