Skip to content

Commit

Permalink
Merge a8790e2 into ec503bb
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherHogan committed Apr 6, 2022
2 parents ec503bb + a8790e2 commit 9e7d868
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion adapter/posix/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ set(POSIX_ADAPTER_PRIVATE_HEADER ${CMAKE_CURRENT_SOURCE_DIR}/metadata_manager.h
add_library(hermes_posix SHARED ${POSIX_ADAPTER_PRIVATE_HEADER} ${POSIX_ADAPTER_PUBLIC_HEADER} ${POSIX_ADAPTER_SRC})
target_include_directories(hermes_posix PRIVATE ${HERMES_ADAPTER_DIR})
add_dependencies(hermes_posix hermes)
target_link_libraries(hermes_posix hermes MPI::MPI_CXX)
target_link_libraries(hermes_posix hermes MPI::MPI_CXX stdc++fs)

#-----------------------------------------------------------------------------
# Add Target(s) to CMake Install
Expand Down
2 changes: 1 addition & 1 deletion adapter/stdio/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ set(STDIO_ADAPTER_PRIVATE_HEADER ${CMAKE_CURRENT_SOURCE_DIR}/metadata_manager.h
add_library(hermes_stdio SHARED ${STDIO_ADAPTER_PRIVATE_HEADER} ${STDIO_ADAPTER_PUBLIC_HEADER} ${STDIO_ADAPTER_SRC})
target_include_directories(hermes_stdio PRIVATE ${HERMES_ADAPTER_DIR})
add_dependencies(hermes_stdio hermes)
target_link_libraries(hermes_stdio hermes MPI::MPI_CXX)
target_link_libraries(hermes_stdio hermes MPI::MPI_CXX stdc++fs)

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

0 comments on commit 9e7d868

Please sign in to comment.