Skip to content

Commit

Permalink
Add stdc++fs
Browse files Browse the repository at this point in the history
  • Loading branch information
jslee02 committed Nov 11, 2024
1 parent 2fb6bbc commit 579b379
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dart/optimizer/pagmo/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ set(component_name optimizer-pagmo)

# Add target
dart_add_library(${target_name} ${hdrs} ${srcs})
target_link_libraries(${target_name} PUBLIC dart Pagmo::pagmo)
target_link_libraries(${target_name} PUBLIC dart Pagmo::pagmo stdc++fs)

# Thread
if(THREADS_HAVE_PTHREAD_ARG)
Expand Down

0 comments on commit 579b379

Please sign in to comment.