diff options
-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) |