From 9fb2860fdce77f321812912368587d5d63b0b8d0 Mon Sep 17 00:00:00 2001 From: Shiqing Fan Date: Mon, 28 Feb 2011 13:39:28 +0000 Subject: [PATCH] Install the config files. This commit was SVN r24469. --- contrib/platform/win32/CMakeModules/find_ofed_sdk.cmake | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/contrib/platform/win32/CMakeModules/find_ofed_sdk.cmake b/contrib/platform/win32/CMakeModules/find_ofed_sdk.cmake index 7bd1b108aa..da221a55f8 100644 --- a/contrib/platform/win32/CMakeModules/find_ofed_sdk.cmake +++ b/contrib/platform/win32/CMakeModules/find_ofed_sdk.cmake @@ -88,6 +88,10 @@ ELSE(NOT OMPI_WANT_OFED) SET(RESULT_INCLUDE_PATH ${OFED_SDK_INCLUDE_PATH}/..;${OpenMPI_SOURCE_DIR}/ompi/mca/btl/openib) SET(RESULT_LINK_LIBRARIES ${OFED_SDK_LIBIBVERBS} ${OFED_SDK_LIBRDMACM}) SET(RESULT TRUE) + + INSTALL(FILES ${PROJECT_SOURCE_DIR}/mca/btl/openib/mca-btl-openib-device-params.ini + ${PROJECT_SOURCE_DIR}/mca/btl/openib/help-mpi-btl-openib.txt + DESTINATION share/openmpi) ENDIF(NOT OFED_SDK_FOUND) ENDIF(NOT OMPI_WANT_OFED)