forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-08-29 185649640333407ac269f396d6adcc4b25bfb474
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
From 16010cb1a69ea2326d8102b7f1e34b65aca4b278 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony@gmail.com>
Date: Sat, 22 May 2021 12:33:15 +0200
Subject: [PATCH] always build fluid and export pointers
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
 
Upstream-Status: Inappropriate [embedded specific]
 
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
---
 CMake/export.cmake | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 
diff --git a/CMake/export.cmake b/CMake/export.cmake
index 6e8bc5d..71b6f6c 100644
--- a/CMake/export.cmake
+++ b/CMake/export.cmake
@@ -20,7 +20,7 @@
 #######################################################################
 
 # Set the fluid executable path
-if (CMAKE_CROSSCOMPILING)
+if (FALSE)
   find_file(FLUID_PATH
     NAMES fluid fluid.exe
     PATHS ENV PATH
-- 
2.31.1