From 08d553d7bfc9cf9805ff78fb1786f52053da4469 Mon Sep 17 00:00:00 2001 From: Shiqing Fan Date: Tue, 29 May 2012 13:58:23 +0000 Subject: [PATCH] Add a file to the installation list. This commit was SVN r26507. --- orte/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/orte/CMakeLists.txt b/orte/CMakeLists.txt index d0aa92445e..6e4215ef25 100644 --- a/orte/CMakeLists.txt +++ b/orte/CMakeLists.txt @@ -99,3 +99,5 @@ IF (OMPI_DEBUG_BUILD AND WINDOWS_VS) DESTINATION bin) ENDIF (OMPI_DEBUG_BUILD AND WINDOWS_VS) +INSTALL(FILES ${OpenMPI_SOURCE_DIR}/orte/etc/openmpi-default-hostfile + DESTINATION etc) \ No newline at end of file