Skip to content

Commit

Permalink
adj
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrush committed Apr 23, 2021
1 parent 10d9b59 commit d38b03e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/examples/using-with-cmake-mpi/CMakeLists.txt
Expand Up @@ -101,6 +101,6 @@ target_link_libraries(conduit_mpi_example conduit::conduit
MPI::MPI_CXX)

# if you are using conduit's python CAPI capsule interface
# target_link_libraries(conduit_example conduit::conduit_python)
# target_link_libraries(conduit_mpi_example conduit::conduit_python)


2 changes: 1 addition & 1 deletion src/examples/using-with-cmake/CMakeLists.txt
Expand Up @@ -97,7 +97,7 @@ target_link_libraries(conduit_example conduit::conduit)


# if you are using conduit's mpi features
# if(IF NOT MPI_FOUND)
# if(NOT MPI_FOUND)
# find_package(MPI COMPONENTS CXX)
# endif()
# target_link_libraries(conduit_example conduit::conduit_mpi)
Expand Down

0 comments on commit d38b03e

Please sign in to comment.