mirror of
https://github.com/MariaDB/server.git
synced 2025-01-27 01:04:19 +01:00
restore a cross-compiling bit that was lost in a merge
This commit is contained in:
parent
a34fd50ce1
commit
75884242ab
1 changed files with 5 additions and 0 deletions
|
@ -350,6 +350,11 @@ MYSQL_CHECK_READLINE()
|
||||||
|
|
||||||
CHECK_JEMALLOC()
|
CHECK_JEMALLOC()
|
||||||
|
|
||||||
|
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 by the end. Platform checks are
|
# Setup maintainer mode options by the end. Platform checks are
|
||||||
# not run with the warning options as to not perturb fragile checks
|
# not run with the warning options as to not perturb fragile checks
|
||||||
|
|
Loading…
Add table
Reference in a new issue