diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2019-02-10 01:09:24 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2019-02-10 01:50:50 +0100 |
commit | 84a8fd04f9880620983705ded75f2fb6efc6ddac (patch) | |
tree | f9da5a155788cc560665ef817770a3116ac6fa1b /gui/CMakeLists.txt | |
parent | 0e2909b8c7dc4ab1cf30a5881ae127c2417eed62 (diff) |
cmake: link version static library to the right target
Diffstat (limited to 'gui/CMakeLists.txt')
-rw-r--r-- | gui/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gui/CMakeLists.txt b/gui/CMakeLists.txt index e22017ea..db2f0b9e 100644 --- a/gui/CMakeLists.txt +++ b/gui/CMakeLists.txt @@ -5,7 +5,6 @@ target_link_libraries(${self} opentrack-logic opentrack-spline opentrack-pose-widget - opentrack-version ) # for process detector |