Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
alkino committed Apr 30, 2024
1 parent 9abe9da commit 9626174
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/coreneuron/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,7 @@ endforeach()

# we can link to MPI libraries in non-dynamic-mpi build
if(NRN_ENABLE_MPI AND NOT NRN_ENABLE_MPI_DYNAMIC)
target_link_libraries(coreneuron-core PUBLIC ${MPI_CXX_LIBRARIES})
target_link_libraries(coreneuron-core PUBLIC ${MPI_C_LIBRARIES})
endif()

# ~~~
Expand Down

0 comments on commit 9626174

Please sign in to comment.