diff --git a/ci/travis_script_python.sh b/ci/travis_script_python.sh index 60335d966846b..27d75da74893e 100755 --- a/ci/travis_script_python.sh +++ b/ci/travis_script_python.sh @@ -48,7 +48,6 @@ fi conda create -y -q -p $CONDA_ENV_DIR \ --file $TRAVIS_BUILD_DIR/ci/conda_env_python.yml \ nomkl \ - cmake \ pip \ numpy=1.14 \ python=${PYTHON_VERSION} \ diff --git a/cpp/src/gandiva/precompiled/CMakeLists.txt b/cpp/src/gandiva/precompiled/CMakeLists.txt index 6e0a0926d3155..2b629c7a9e4f2 100644 --- a/cpp/src/gandiva/precompiled/CMakeLists.txt +++ b/cpp/src/gandiva/precompiled/CMakeLists.txt @@ -44,8 +44,7 @@ foreach(SRC_FILE ${PRECOMPILED_SRCS}) -O3 -c ${ABSOLUTE_SRC} -o ${BC_FILE} ${ARROW_GANDIVA_PC_CXX_FLAGS} -I${CMAKE_SOURCE_DIR}/src - DEPENDS ${SRC_FILE} - COMMAND_EXPAND_LISTS) + DEPENDS ${SRC_FILE}) list(APPEND BC_FILES ${BC_FILE}) endforeach()