From 037ebc4a9ab956848066e25e40577a4d38cdbd02 Mon Sep 17 00:00:00 2001 From: Robert Maynard Date: Mon, 25 Jul 2016 10:31:08 -0400 Subject: [PATCH] Install the VTKmConfig.cmake file. --- CMakeLists.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5d7258c32..152162184 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -276,7 +276,9 @@ write_basic_package_version_file( VERSION ${VTKm_VERSION} COMPATIBILITY ExactVersion ) install( - FILES ${VTKm_BINARY_DIR}/${VTKm_INSTALL_CONFIG_DIR}/VTKmConfigVersion.cmake + FILES + ${VTKm_BINARY_DIR}/${VTKm_INSTALL_CONFIG_DIR}/VTKmConfig.cmake + ${VTKm_BINARY_DIR}/${VTKm_INSTALL_CONFIG_DIR}/VTKmConfigVersion.cmake DESTINATION ${VTKm_INSTALL_CONFIG_DIR} )