summaryrefslogtreecommitdiffhomepage
path: root/tracker-hydra
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2016-07-06 16:18:43 +0200
committerStanislaw Halik <sthalik@misaki.pl>2016-07-06 16:18:43 +0200
commitc2aef72fd640298b0e947e858d0f5a294854f852 (patch)
tree495e3862d94b807f0efe4b5509ff9a2c48702abb /tracker-hydra
parentf9ec041ccd7e09f72dfad5f7b76e70597076e6ce (diff)
tracker/hydra: fix another typo
Diffstat (limited to 'tracker-hydra')
-rw-r--r--tracker-hydra/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tracker-hydra/CMakeLists.txt b/tracker-hydra/CMakeLists.txt
index 8479c552..85d9177f 100644
--- a/tracker-hydra/CMakeLists.txt
+++ b/tracker-hydra/CMakeLists.txt
@@ -37,6 +37,6 @@ if(SDK_HYDRA)
endif()
endif()
target_link_libraries(opentrack-tracker-hydra "${SDK_HYDRA}/lib/${plat}${six4}/release${under-dll}/libsixense${six4}.${soext}")
- install(FILES "${SDK_HYDRA}/lib/${plat}${six4}/release${under-dll}/libsixense${six4}.${soext}" DESTINATION libexec/opentrack ${opentrack-perms})
+ install(FILES "${SDK_HYDRA}/lib/${plat}${six4}/release${under-dll}/libsixense${six4}.${soext}" DESTINATION ${opentrack-hier-pfx} ${opentrack-perms})
endif()
endif()