Skip to content

Commit

Permalink
Solving compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
krystophny committed Dec 25, 2024
1 parent c1ce5ee commit 91d4c57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MyMPILib/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ ${PROJECT_SOURCE_DIR}/Internal/wuMergeChunk_module.f90
${PROJECT_SOURCE_DIR}/Generic/initWorkunit_module.f90
${PROJECT_SOURCE_DIR}/Generic/genericWorkunit_module.f90
)

target_link_libraries(MyMPILib PUBLIC MPI::MPI_Fortran)
install(TARGETS MyMPILib ARCHIVE DESTINATION lib)

add_custom_target(
Expand Down

0 comments on commit 91d4c57

Please sign in to comment.