From 654e20ff8b8ee8d8679acad5e448d0e16c9afb42 Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Thu, 11 Nov 2021 23:11:06 +0100 Subject: CMake: Build fluid when cross-compiling --- fluid/CMakeLists.txt | 4 ---- 1 file changed, 4 deletions(-) (limited to 'fluid') diff --git a/fluid/CMakeLists.txt b/fluid/CMakeLists.txt index dce95ca3a..e791de655 100644 --- a/fluid/CMakeLists.txt +++ b/fluid/CMakeLists.txt @@ -14,8 +14,6 @@ # https://www.fltk.org/bugs.php # -if (NOT ANDROID) - set (CPPFILES CodeEditor.cxx StyleParse.cxx @@ -115,5 +113,3 @@ if (UNIX) ) endforeach() endif (UNIX) - -endif (NOT ANDROID) -- cgit v1.2.3