diff options
author | Brad King <brad.king@kitware.com> | 2002-07-15 13:23:17 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2002-07-15 13:23:17 (GMT) |
commit | 1e75dd121253b47c5d229936e80125e82bcd283e (patch) | |
tree | 5a2aee21bb0b4bce059b590727c264227e8c0a8e /Templates | |
parent | 6bdf15c4deda36b778717a223de48041de09d6f9 (diff) | |
download | CMake-1e75dd121253b47c5d229936e80125e82bcd283e.zip CMake-1e75dd121253b47c5d229936e80125e82bcd283e.tar.gz CMake-1e75dd121253b47c5d229936e80125e82bcd283e.tar.bz2 |
ERR: Install for CXXCMakeSystemConfig.cmake and CCMakeSystemConfig.cmake need .in extension.
Diffstat (limited to 'Templates')
-rw-r--r-- | Templates/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Templates/CMakeLists.txt b/Templates/CMakeLists.txt index b22d3c9..2dd40e0 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) |