diff --git a/source/adios2/CMakeLists.txt b/source/adios2/CMakeLists.txt
index e24b486a1ae958e642452a7a23e4a75fc8b61778..ee1a1b46beb209bbf901863cd1cfdee05560f697 100644
--- a/source/adios2/CMakeLists.txt
+++ b/source/adios2/CMakeLists.txt
@@ -103,7 +103,7 @@ endif()
 
 install(
   FILES
-    ADIOS.h ADIOS.inl ADIOSMacros.h ADIOS_MPI.h ADIOSTypes.h mpidummy.h
+    ADIOS.h ADIOS.inl ADIOSMacros.h ADIOS_MPI.h ADIOSTypes.h ADIOSMPICommOnly.h
   DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/adios2
 )
 install(