diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2018-04-03 12:31:13 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2018-04-05 03:24:02 +0200 |
commit | 38611604fb050c012056feca8f08ec8b55da50d9 (patch) | |
tree | 9310d88fae8bd9847dae79b23494005f02dbb6af /tracker-wii/wiiyourself/CMakeLists.txt | |
parent | 600d9e686dcf4e5b7f781341efc7843845a7b7db (diff) |
tracker/wii/wiiyourself: don't link with opentrack
This isn't needed but do this for completeness' sake
Diffstat (limited to 'tracker-wii/wiiyourself/CMakeLists.txt')
-rw-r--r-- | tracker-wii/wiiyourself/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tracker-wii/wiiyourself/CMakeLists.txt b/tracker-wii/wiiyourself/CMakeLists.txt index 6a32fde4..614ff1c3 100644 --- a/tracker-wii/wiiyourself/CMakeLists.txt +++ b/tracker-wii/wiiyourself/CMakeLists.txt @@ -1 +1 @@ -otr_module(wiiyourself STATIC) +otr_module(wiiyourself STATIC NO-COMPAT NO-QT) |