From 5a5b549b804b4f5765149ba077a1c5f9236e880e Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Tue, 7 Jan 2003 13:05:24 -0500 Subject: [PATCH] ENH: fix install target for templates --- Templates/CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Templates/CMakeLists.txt b/Templates/CMakeLists.txt index 9e52eb5fe..739de1541 100644 --- a/Templates/CMakeLists.txt +++ b/Templates/CMakeLists.txt @@ -1,4 +1,3 @@ # just install the modules -INSTALL_FILES(/share/CMake/Templates ".in") -INSTALL_PROGRAMS(/share/CMake/Templates cconfigure cxxconfigure install-sh) +INSTALL_PROGRAMS(/share/CMake/Templates install-sh)