From 91d4c571bca1c7108236920186bcaa09ce5178e2 Mon Sep 17 00:00:00 2001 From: Christopher Albert Date: Wed, 25 Dec 2024 08:59:11 +0000 Subject: [PATCH] Solving compilation --- src/MyMPILib/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/MyMPILib/CMakeLists.txt b/src/MyMPILib/CMakeLists.txt index f067ca5..6f26779 100644 --- a/src/MyMPILib/CMakeLists.txt +++ b/src/MyMPILib/CMakeLists.txt @@ -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(