summaryrefslogtreecommitdiff
path: root/Templates
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2002-07-15 09:23:17 -0400
committerBrad King <brad.king@kitware.com>2002-07-15 09:23:17 -0400
commit1e75dd121253b47c5d229936e80125e82bcd283e (patch)
tree5a2aee21bb0b4bce059b590727c264227e8c0a8e /Templates
parent6bdf15c4deda36b778717a223de48041de09d6f9 (diff)
downloadcmake-1e75dd121253b47c5d229936e80125e82bcd283e.tar.gz
ERR: Install for CXXCMakeSystemConfig.cmake and CCMakeSystemConfig.cmake need .in extension.
Diffstat (limited to 'Templates')
-rw-r--r--Templates/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Templates/CMakeLists.txt b/Templates/CMakeLists.txt
index b22d3c9dc6..2dd40e00f7 100644
--- a/Templates/CMakeLists.txt
+++ b/Templates/CMakeLists.txt
@@ -1,4 +1,4 @@
# just install the modules
-INSTALL_FILES(/share/CMake/Templates "" CXXCMakeSystemConfig.cmake.in CCMakeSystemConfig.cmake.in)
+INSTALL_FILES(/share/CMake/Templates ".in" CXXCMakeSystemConfig.cmake.in CCMakeSystemConfig.cmake.in)
INSTALL_PROGRAMS(/share/CMake/Templates cconfigure cxxconfigure install-sh)