diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2003-01-07 13:05:24 -0500 |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2003-01-07 13:05:24 -0500 |
commit | 5a5b549b804b4f5765149ba077a1c5f9236e880e (patch) | |
tree | 1c851fa94d317bf6599f0e8880ac6d3cff1b545f /Templates | |
parent | 4e02efbfe8d6591f18124320c9892bc50ef65235 (diff) | |
download | cmake-5a5b549b804b4f5765149ba077a1c5f9236e880e.tar.gz |
ENH: fix install target for templates
Diffstat (limited to 'Templates')
-rw-r--r-- | Templates/CMakeLists.txt | 3 |
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) |