Skip to content

Commit

Permalink
Remove commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherHogan committed Nov 16, 2021
1 parent 404b02b commit a1ff61e
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions adapter/src/hermes/adapter/stdio/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,11 @@ set(STDIO_ADAPTER_PRIVATE_HEADER ${CMAKE_CURRENT_SOURCE_DIR}/metadata_manager.h
${CMAKE_CURRENT_SOURCE_DIR}/common/enumerations.h
${CMAKE_CURRENT_SOURCE_DIR}/common/constants.h)

# set(STDIO_INTERNAL_ADAPTER_SRC ${CMAKE_CURRENT_SOURCE_DIR}/metadata_manager.cc
# ${CMAKE_CURRENT_SOURCE_DIR}/mapper/balanced_mapper.cc)

# Add library hermes_stdio
add_library(hermes_stdio SHARED ${STDIO_ADAPTER_PRIVATE_HEADER} ${STDIO_ADAPTER_PUBLIC_HEADER} ${STDIO_ADAPTER_SRC})
add_dependencies(hermes_stdio hermes)
target_link_libraries(hermes_stdio hermes MPI::MPI_CXX)

# add_library(hermes_stdio_internal SHARED ${STDIO_ADAPTER_PRIVATE_HEADER} ${STDIO_ADAPTER_PUBLIC_HEADER} ${STDIO_INTERNAL_ADAPTER_SRC})
# add_dependencies(hermes_stdio_internal hermes)
# target_link_libraries(hermes_stdio_internal hermes MPI::MPI_CXX)

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

0 comments on commit a1ff61e

Please sign in to comment.