diff options
author | Ken Martin <ken.martin@kitware.com> | 2001-06-21 19:57:46 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2001-06-21 19:57:46 (GMT) |
commit | 3a200bf9093462109038ed6664001dd4b1b33e06 (patch) | |
tree | dd117588ea84a51f5963ddbc3a1e8a63bbdb2d08 /Templates | |
parent | 807b5ba5c1450f3ed1b6849743ef05cf5128177b (diff) | |
download | CMake-3a200bf9093462109038ed6664001dd4b1b33e06.zip CMake-3a200bf9093462109038ed6664001dd4b1b33e06.tar.gz CMake-3a200bf9093462109038ed6664001dd4b1b33e06.tar.bz2 |
minor install fix
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 2162908..f69f370 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) |