summaryrefslogtreecommitdiff
path: root/Templates
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2003-01-07 13:05:24 -0500
committerBill Hoffman <bill.hoffman@kitware.com>2003-01-07 13:05:24 -0500
commit5a5b549b804b4f5765149ba077a1c5f9236e880e (patch)
tree1c851fa94d317bf6599f0e8880ac6d3cff1b545f /Templates
parent4e02efbfe8d6591f18124320c9892bc50ef65235 (diff)
downloadcmake-5a5b549b804b4f5765149ba077a1c5f9236e880e.tar.gz
ENH: fix install target for templates
Diffstat (limited to 'Templates')
-rw-r--r--Templates/CMakeLists.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/Templates/CMakeLists.txt b/Templates/CMakeLists.txt
index 9e52eb5fe2..739de15414 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)