Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 1 | [PATCH] fix a building failure |
| 2 | |
| 3 | Upstream-Status: Inappropriate [configuration] |
| 4 | |
| 5 | building failed since native does not generate import_executables.cmake |
| 6 | In fact, our building system will export the needed commands |
| 7 | |
| 8 | Signed-off-by: Roy Li <rongqing.li@windriver.com> |
| 9 | --- |
| 10 | CMakeLists.txt | 5 ----- |
| 11 | 1 file changed, 5 deletions(-) |
| 12 | |
| 13 | diff --git a/CMakeLists.txt b/CMakeLists.txt |
| 14 | index 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 | -- |
| 30 | 1.9.1 |
| 31 | |