summaryrefslogtreecommitdiffhomepage
path: root/proto-fsuipc/CMakeLists.txt
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2018-12-19 09:35:38 +0100
committerStanislaw Halik <sthalik@misaki.pl>2018-12-19 14:17:15 +0100
commit5aec060016c9ececf7690b9f81cac85de063c3ef (patch)
tree4f5c167d47308bada5d35ce97c08d3d37db209a3 /proto-fsuipc/CMakeLists.txt
parent3ea089f30ecb5c6e206474e11c9fe34bc4748490 (diff)
modules: build on Intel arch only
Diffstat (limited to 'proto-fsuipc/CMakeLists.txt')
-rw-r--r--proto-fsuipc/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/proto-fsuipc/CMakeLists.txt b/proto-fsuipc/CMakeLists.txt
index 536a92ab..bb613d1d 100644
--- a/proto-fsuipc/CMakeLists.txt
+++ b/proto-fsuipc/CMakeLists.txt
@@ -1,4 +1,4 @@
-if(WIN32)
+if(WIN32 AND NOT opentrack-64bit AND opentrack-intel)
set(SDK_FSUIPC "" CACHE PATH "FSUIPC for older MS FSX path")
if(SDK_FSUIPC)
otr_module(proto-fsuipc)