diff --git a/cmake/target.cmake b/cmake/target.cmake index c1a34d0df13..3c02c4313f1 100644 --- a/cmake/target.cmake +++ b/cmake/target.cmake @@ -37,6 +37,7 @@ if (CMAKE_CROSSCOMPILING) set (ENABLE_PARQUET OFF CACHE INTERNAL "") set (ENABLE_ORC OFF CACHE INTERNAL "") set (ENABLE_GRPC OFF CACHE INTERNAL "") + set (ENABLE_EMBEDDED_COMPILER OFF CACHE INTERNAL "") else () message (FATAL_ERROR "Trying to cross-compile to unsupported system: ${CMAKE_SYSTEM_NAME}!") endif ()