summaryrefslogtreecommitdiffhomepage
path: root/cmake
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2022-10-21 11:52:42 +0200
committerStanislaw Halik <sthalik@misaki.pl>2022-10-21 11:52:42 +0200
commit9bf14a5cdeb8768375b2e3c2d64dfa2b9ec9df10 (patch)
treeebbb1038dd45349f50f5641da28acc5791d85767 /cmake
parent5b0d455840b4e11c219ae01fca7275949850f4c6 (diff)
cmake: force relink to hopefully fix wiimote bug
Issue: #1554
Diffstat (limited to 'cmake')
-rw-r--r--cmake/opentrack-boilerplate.cmake2
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)