summaryrefslogtreecommitdiffhomepage
path: root/cmake/opentrack-boilerplate.cmake
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2021-10-07 18:57:39 +0200
committerStanislaw Halik <sthalik@misaki.pl>2021-10-07 18:59:03 +0200
commit4c6674dd7504f7e000fb7cea5c6d0c537217a1fb (patch)
tree41debcf7bc15b092a5a9744a4ffbf5dcb7ed0bed /cmake/opentrack-boilerplate.cmake
parent76d9145bd2c1d2596ef1bc8bf516a141472f4ea8 (diff)
cmake: remove src install
Diffstat (limited to 'cmake/opentrack-boilerplate.cmake')
-rw-r--r--cmake/opentrack-boilerplate.cmake3
1 files changed, 2 insertions, 1 deletions
diff --git a/cmake/opentrack-boilerplate.cmake b/cmake/opentrack-boilerplate.cmake
index a78e0ed0..34721b02 100644
--- a/cmake/opentrack-boilerplate.cmake
+++ b/cmake/opentrack-boilerplate.cmake
@@ -235,7 +235,8 @@ function(otr_module n_)
endif()
else()
# Plugins
- install(TARGETS "${n}" ${opentrack-install-src}
+ install(TARGETS "${n}"
+ RUNTIME DESTINATION ${opentrack-libexec}
PERMISSIONS ${opentrack-perms-exec})
endif()