diff options
Diffstat (limited to 'Modules/CMakeLists.txt')
-rw-r--r-- | Modules/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/CMakeLists.txt b/Modules/CMakeLists.txt index 3fb52de..5bae440 100644 --- a/Modules/CMakeLists.txt +++ b/Modules/CMakeLists.txt @@ -1,2 +1,2 @@ # just install the modules -INSTALL_FILES(/share/CMake/Modules .*\.cmake$) +INSTALL_FILES(/share/CMake/Modules .*\\.cmake$) |