diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2022-10-21 11:52:42 +0200 | 
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-10-21 11:52:42 +0200 | 
| commit | 9bf14a5cdeb8768375b2e3c2d64dfa2b9ec9df10 (patch) | |
| tree | ebbb1038dd45349f50f5641da28acc5791d85767 | |
| parent | 5b0d455840b4e11c219ae01fca7275949850f4c6 (diff) | |
cmake: force relink to hopefully fix wiimote bug
Issue: #1554
| -rw-r--r-- | cmake/opentrack-boilerplate.cmake | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/cmake/opentrack-boilerplate.cmake b/cmake/opentrack-boilerplate.cmake index 0214b5ef..e325cd6a 100644 --- a/cmake/opentrack-boilerplate.cmake +++ b/cmake/opentrack-boilerplate.cmake @@ -177,7 +177,7 @@ function(otr_module n_)      set(self "${n}" PARENT_SCOPE) -    if(NOT arg_RELINK) +    if(NOT arg_RELINK AND FALSE)          set_property(TARGET ${n} PROPERTY LINK_DEPENDS_NO_SHARED TRUE)      else()          set_property(TARGET ${n} PROPERTY LINK_DEPENDS_NO_SHARED FALSE) | 
