summaryrefslogtreecommitdiffhomepage
path: root/cmake/opentrack-install.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/opentrack-install.cmake')
-rw-r--r--cmake/opentrack-install.cmake1
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()