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