diff options
author | R. van Twisk <ries.van.twisk@ing.com> | 2019-12-19 21:07:19 +0100 |
---|---|---|
committer | R. van Twisk <ries.van.twisk@ing.com> | 2019-12-19 21:07:19 +0100 |
commit | 96316119fd57b1d5acdfc0ff51e1766a9311f11f (patch) | |
tree | d4f82397cbfc4427b39901023cc350ac9673965f /pose-widget | |
parent | 8d29288ecd592bae5b0bc2951cd44c7400e36654 (diff) |
Fix bundle creation OSX
Diffstat (limited to 'pose-widget')
-rw-r--r-- | pose-widget/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pose-widget/CMakeLists.txt b/pose-widget/CMakeLists.txt index fd109bc3..7c196e80 100644 --- a/pose-widget/CMakeLists.txt +++ b/pose-widget/CMakeLists.txt @@ -1,2 +1,2 @@ otr_module(pose-widget BIN) -target_link_libraries(opentrack-pose-widget) +#target_link_libraries(${self}) |