[
https://issues.apache.org/jira/browse/ARROW-9351?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Neal Richardson updated ARROW-9351:
-----------------------------------
Description:
https://app.circleci.com/pipelines/github/ursa-labs/crossbow/44681/workflows/982b49c0-a3de-434a-a77d-b16415f2c7ca/jobs/12731/steps
{code}
CMake Error at cmake_modules/DefineOptions.cmake:401 (if):
if given arguments:
"NOT" "CMAKE_VERSION" "VERSION_LESS" "3.3" "AND" "NOT" "(" "SSE4_2"
"IN_LIST" "possible_values" ")"
Unknown arguments specified
Call Stack (most recent call first):
CMakeLists.txt:881 (validate_config)
-- Configuring incomplete, errors occurred!
{code}
It appears that ARROW-9013 introduced this:
https://github.com/apache/arrow/blame/master/cpp/cmake_modules/DefineOptions.cmake#L401
was:
https://app.circleci.com/pipelines/github/ursa-labs/crossbow/44681/workflows/982b49c0-a3de-434a-a77d-b16415f2c7ca/jobs/12731/steps
{code}
CMake Error at cmake_modules/DefineOptions.cmake:401 (if):
if given arguments:
"NOT" "CMAKE_VERSION" "VERSION_LESS" "3.3" "AND" "NOT" "(" "SSE4_2"
"IN_LIST" "possible_values" ")"
Unknown arguments specified
Call Stack (most recent call first):
CMakeLists.txt:881 (validate_config)
-- Configuring incomplete, errors occurred!
{code}
> [C++][CI] Nightly test-ubuntu-18.04-cpp-cmake32 fails
> -----------------------------------------------------
>
> Key: ARROW-9351
> URL: https://issues.apache.org/jira/browse/ARROW-9351
> Project: Apache Arrow
> Issue Type: Bug
> Components: C++
> Reporter: Neal Richardson
> Assignee: Antoine Pitrou
> Priority: Blocker
> Fix For: 1.0.0
>
>
> https://app.circleci.com/pipelines/github/ursa-labs/crossbow/44681/workflows/982b49c0-a3de-434a-a77d-b16415f2c7ca/jobs/12731/steps
> {code}
> CMake Error at cmake_modules/DefineOptions.cmake:401 (if):
>
> if given arguments:
>
>
> "NOT" "CMAKE_VERSION" "VERSION_LESS" "3.3" "AND" "NOT" "(" "SSE4_2"
> "IN_LIST" "possible_values" ")"
>
>
> Unknown arguments specified
>
> Call Stack (most recent call first):
>
> CMakeLists.txt:881 (validate_config)
>
>
>
> -- Configuring incomplete, errors occurred!
> {code}
> It appears that ARROW-9013 introduced this:
> https://github.com/apache/arrow/blame/master/cpp/cmake_modules/DefineOptions.cmake#L401
--
This message was sent by Atlassian Jira
(v8.3.4#803005)