diff options
| -rw-r--r-- | cmake/opentrack-install.cmake | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/cmake/opentrack-install.cmake b/cmake/opentrack-install.cmake index 3a63cf69..1f4eaa09 100644 --- a/cmake/opentrack-install.cmake +++ b/cmake/opentrack-install.cmake @@ -12,6 +12,7 @@ macro(otr_install_dir path)          DIRECTORY ${ARGN} DESTINATION "${path}"          FILE_PERMISSIONS ${opentrack-perms-file}          DIRECTORY_PERMISSIONS ${opentrack-perms-dir} +        PATTERN ".gtm" EXCLUDE      )  endmacro() | 
