From 0d505538c9319c3449fa495fd904c69d059d36af Mon Sep 17 00:00:00 2001 From: Incardona Pietro <incardon@mpi-cbg.de> Date: Fri, 23 Apr 2021 15:20:52 +0200 Subject: [PATCH] Fixing compilation --- src/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index a007437..eb50c2f 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -100,7 +100,7 @@ endif() # will also build with -std=c++11 target_compile_features(io PUBLIC cxx_std_11) target_link_libraries(io ${MPI_C_LIBRARIES}) - +target_link_libraries(io ${MPI_CXX_LIBRARIES}) if (TEST_COVERAGE) target_link_libraries(io -lgcov) endif() -- GitLab