From 4c6674dd7504f7e000fb7cea5c6d0c537217a1fb Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Thu, 7 Oct 2021 18:57:39 +0200 Subject: cmake: remove src install --- cmake/opentrack-boilerplate.cmake | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'cmake/opentrack-boilerplate.cmake') 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() -- cgit v1.2.3