Skip to content

Commit

Permalink
Add stdc++fs.
Browse files Browse the repository at this point in the history
Ares gcc 7.3.0 doesn't provide stdc++fs.so only stdc++fs.a.
  • Loading branch information
hyoklee committed Mar 8, 2022
1 parent aaf4bd3 commit 7691d49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adapter/mpiio/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ set(MPIIO_ADAPTER_PRIVATE_HEADER ${CMAKE_CURRENT_SOURCE_DIR}/metadata_manager.h
add_library(hermes_mpiio SHARED ${MPIIO_ADAPTER_PRIVATE_HEADER} ${MPIIO_ADAPTER_PUBLIC_HEADER} ${MPIIO_ADAPTER_SRC})
target_include_directories(hermes_mpiio PRIVATE ${HERMES_ADAPTER_DIR})
add_dependencies(hermes_mpiio hermes)
target_link_libraries(hermes_mpiio hermes MPI::MPI_CXX)
target_link_libraries(hermes_mpiio hermes MPI::MPI_CXX stdc++fs)

#-----------------------------------------------------------------------------
# Add Target(s) to CMake Install
Expand Down

0 comments on commit 7691d49

Please sign in to comment.