From 7a495e936c57f215def98cf2846fc31c7d86b469 Mon Sep 17 00:00:00 2001 From: Shiqing Fan Date: Wed, 27 May 2009 12:16:36 +0000 Subject: [PATCH] Add the generated mpi_portable_platform.h into the install file list. This commit was SVN r21290. --- ompi/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ompi/CMakeLists.txt b/ompi/CMakeLists.txt index 09321ed770..18458751fe 100644 --- a/ompi/CMakeLists.txt +++ b/ompi/CMakeLists.txt @@ -165,7 +165,8 @@ INSTALL(TARGETS libmpi RUNTIME DESTINATION bin LIBRARY DESTINATION lib ARCHIVE DESTINATION lib) -INSTALL(FILES ${PROJECT_BINARY_DIR}/include/mpi.h DESTINATION include) +INSTALL(FILES ${PROJECT_BINARY_DIR}/include/mpi.h ${PROJECT_BINARY_DIR}/include/mpi_portable_platform.h + DESTINATION include) IF(OMPI_WANT_F77_BINDINGS) INSTALL(FILES ${PROJECT_BINARY_DIR}/include/mpif.h