From 1b2b6a61c9f82157cd2e0c3744f6c07e07aeb0bd Mon Sep 17 00:00:00 2001 From: Mingli Yu Date: Mon, 4 Mar 2019 01:11:30 -0800 Subject: [PATCH] fix a building failure Upstream-Status: Inappropriate [configuration] building failed since native does not generate import_executables.cmake In fact, our building system will export the needed commands Signed-off-by: Roy Li Signed-off-by: Mingli Yu --- CMakeLists.txt | 5 ----- 1 file changed, 5 deletions(-) Index: mariadb-10.4.17/CMakeLists.txt =================================================================== --- mariadb-10.4.17.orig/CMakeLists.txt +++ mariadb-10.4.17/CMakeLists.txt @@ -376,11 +376,6 @@ CHECK_PCRE() CHECK_SYSTEMD() -IF(CMAKE_CROSSCOMPILING) - SET(IMPORT_EXECUTABLES "IMPORTFILE-NOTFOUND" CACHE FILEPATH "Path to import_executables.cmake from a native build") - INCLUDE(${IMPORT_EXECUTABLES}) -ENDIF() - # # Setup maintainer mode options. Platform checks are # not run with the warning options as to not perturb fragile checks