blob: 0c4e10237ca997fd938561500afcf718162b5a9c [file] [log] [blame]
Patrick Williamsb48b7b42016-08-17 15:04:38 -05001[PATCH] fix a building failure
2
3Upstream-Status: Inappropriate [configuration]
4
5building failed since native does not generate import_executables.cmake
6In fact, our building system will export the needed commands
7
8Signed-off-by: Roy Li <rongqing.li@windriver.com>
9---
10 CMakeLists.txt | 5 -----
11 1 file changed, 5 deletions(-)
12
13diff --git a/CMakeLists.txt b/CMakeLists.txt
14index c1ce1c5..83b3a7e 100644
15--- a/CMakeLists.txt
16+++ b/CMakeLists.txt
17@@ -350,11 +350,6 @@ MYSQL_CHECK_READLINE()
18
19 CHECK_JEMALLOC()
20
21-IF(CMAKE_CROSSCOMPILING)
22- SET(IMPORT_EXECUTABLES "IMPORTFILE-NOTFOUND" CACHE FILEPATH "Path to import_executables.cmake from a native build")
23- INCLUDE(${IMPORT_EXECUTABLES})
24-ENDIF()
25-
26 #
27 # Setup maintainer mode options by the end. Platform checks are
28 # not run with the warning options as to not perturb fragile checks
29--
301.9.1
31