From fa6a050b8068adab9f830cb1bd960078c5c3d995 Mon Sep 17 00:00:00 2001 From: Shiqing Fan Date: Sat, 20 Feb 2010 13:40:15 +0000 Subject: [PATCH] Set the correct install source path. This commit was SVN r22673. --- ompi/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ompi/CMakeLists.txt b/ompi/CMakeLists.txt index 5460154077..fa0aa3618d 100644 --- a/ompi/CMakeLists.txt +++ b/ompi/CMakeLists.txt @@ -146,7 +146,7 @@ INSTALL(TARGETS libmpi RUNTIME DESTINATION bin LIBRARY DESTINATION lib ARCHIVE DESTINATION lib) -INSTALL(FILES ${PROJECT_BINARY_DIR}/include/mpi.h ${PROJECT_BINARY_DIR}/include/mpi_portable_platform.h +INSTALL(FILES ${PROJECT_BINARY_DIR}/include/mpi.h ${PROJECT_SOURCE_DIR}/include/mpi_portable_platform.h DESTINATION include) INSTALL(FILES errhandler/help-mpi-errors.txt