diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2016-05-17 18:03:37 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2016-05-17 18:06:28 +0200 |
commit | f5c5ce05991f5382e6bafb880020c518f4a60eb1 (patch) | |
tree | dd5d36001d057702e328157f6efa7a4c4c272556 /pose-widget/CMakeLists.txt | |
parent | 7cfa147736b37c2c098e684d40b906496be6b673 (diff) |
cmake/many: remove obsolete keywords from cmake macro invocation
Diffstat (limited to 'pose-widget/CMakeLists.txt')
-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 e48660d7..279e6f5e 100644 --- a/pose-widget/CMakeLists.txt +++ b/pose-widget/CMakeLists.txt @@ -1 +1 @@ -opentrack_boilerplate(opentrack-pose-widget NO-LINKER-SCRIPT LINKAGE) +opentrack_boilerplate(opentrack-pose-widget) |