diff options
-rw-r--r-- | Templates/CMakeLists.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Templates/CMakeLists.txt b/Templates/CMakeLists.txt index 2162908..f69f370 100644 --- a/Templates/CMakeLists.txt +++ b/Templates/CMakeLists.txt @@ -1,3 +1,2 @@ # just install the modules -INSTALL_FILES(/share/CMake/Templates .*\.cmake$) -INSTALL_FILES(/share/CMake/Templates "" configure install-sh) +INSTALL_FILES(/share/CMake/Templates "" configure install-sh CMakeSystemConfig.cmake.in) |