From 3a200bf9093462109038ed6664001dd4b1b33e06 Mon Sep 17 00:00:00 2001 From: Ken Martin Date: Thu, 21 Jun 2001 15:57:46 -0400 Subject: [PATCH] minor install fix --- Templates/CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Templates/CMakeLists.txt b/Templates/CMakeLists.txt index 2162908f6..f69f370c1 100644 --- a/Templates/CMakeLists.txt +++ b/Templates/CMakeLists.txt @@ -1,3 +1,2 @@ # just install the modules -INSTALL_FILES(/share/CMake/Templates .*\.cmake$) -INSTALL_FILES(/share/CMake/Templates "" configure install-sh) +INSTALL_FILES(/share/CMake/Templates "" configure install-sh CMakeSystemConfig.cmake.in)