summaryrefslogtreecommitdiffstats
path: root/Modules
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2005-02-24 16:46:27 (GMT)
committerBrad King <brad.king@kitware.com>2005-02-24 16:46:27 (GMT)
commita21c0449aba62319e84c5d48d21638bc1f5d9d65 (patch)
treeb6bb0abe6ef567cf8b77518a9448a1dd2447921a /Modules
parent2e451961b68e460153600dc5967c21676cb20234 (diff)
downloadCMake-a21c0449aba62319e84c5d48d21638bc1f5d9d65.zip
CMake-a21c0449aba62319e84c5d48d21638bc1f5d9d65.tar.gz
CMake-a21c0449aba62319e84c5d48d21638bc1f5d9d65.tar.bz2
BUG: Added installation of .in files as well as .cmake files.
Diffstat (limited to 'Modules')
-rw-r--r--Modules/Platform/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/Modules/Platform/CMakeLists.txt b/Modules/Platform/CMakeLists.txt
index 1054eb5..6d8f4a1 100644
--- a/Modules/Platform/CMakeLists.txt
+++ b/Modules/Platform/CMakeLists.txt
@@ -1,2 +1,3 @@
# just install the modules
INSTALL_FILES(${CMAKE_DATA_DIR}/Modules/Platform .*\\.cmake$)
+INSTALL_FILES(${CMAKE_DATA_DIR}/Modules/Platform .*\\.in$)