We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ef3cc6 commit 8de9d4bCopy full SHA for 8de9d4b
src/CMakeLists.txt
@@ -42,7 +42,7 @@ target_include_directories(
42
"$<INSTALL_INTERFACE:include>")
43
44
if (CALIPER_HAVE_MPI)
45
- target_link_libraries(caliper PUBLIC MPI::MPI_CXX)
+ target_link_libraries(caliper PUBLIC MPI::MPI_C)
46
endif()
47
48
foreach (_extlib ${CALIPER_EXTERNAL_LIBS})
0 commit comments