summaryrefslogtreecommitdiffstats
path: root/Templates
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2003-01-07 18:05:24 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2003-01-07 18:05:24 (GMT)
commit5a5b549b804b4f5765149ba077a1c5f9236e880e (patch)
tree1c851fa94d317bf6599f0e8880ac6d3cff1b545f /Templates
parent4e02efbfe8d6591f18124320c9892bc50ef65235 (diff)
downloadCMake-5a5b549b804b4f5765149ba077a1c5f9236e880e.zip
CMake-5a5b549b804b4f5765149ba077a1c5f9236e880e.tar.gz
CMake-5a5b549b804b4f5765149ba077a1c5f9236e880e.tar.bz2
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 9e52eb5..739de15 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)