summaryrefslogtreecommitdiff
path: root/Templates
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2009-07-24 13:17:41 -0400
committerBrad King <brad.king@kitware.com>2009-07-24 13:17:41 -0400
commit071ce33ec98fd6eac3345d23de76822643611083 (patch)
tree0a7ff011c5c0882be75bc2e432b848bf048e1aa2 /Templates
parent31678a3c27aecbaac8b292874b0aa0c815f056e3 (diff)
downloadcmake-071ce33ec98fd6eac3345d23de76822643611083.tar.gz
ENH: Install all Modules and Templates
This removes the file-wise installation rules for Modules and Templates and instead installs the whole directories. This approach is much less error-prone. The old approach was left from before CMake had the install(DIRECTORY) command.
Diffstat (limited to 'Templates')
-rw-r--r--Templates/CMakeLists.txt6
1 files changed, 0 insertions, 6 deletions
diff --git a/Templates/CMakeLists.txt b/Templates/CMakeLists.txt
deleted file mode 100644
index d1a65ac6b9..0000000000
--- a/Templates/CMakeLists.txt
+++ /dev/null
@@ -1,6 +0,0 @@
-# just install the modules
-INSTALL_FILES(${CMAKE_DATA_DIR}/Templates .*\\.in)
-INSTALL_FILES(${CMAKE_DATA_DIR}/Templates .*\\.txt)
-INSTALL_FILES(${CMAKE_DATA_DIR}/Templates .*\\.cmake$)
-INSTALL_FILES(${CMAKE_DATA_DIR}/Templates .*\\.dsptemplate$)
-INSTALL_FILES(${CMAKE_DATA_DIR}/Templates .*\\.vsmacros$)