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