Skip to content

[Bug]: CMake version at least 3.26 or will compile failed #56

@SYaoJun

Description

@SYaoJun

Description

if(CMAKE_VERSION VERSION_LESS 3.26)
message(FATAL_ERROR "Require CMake 3.26 or later for building bundled Apache Thrift")
endif()
thirdparty/arrow/apache-arrow-21.0.0/cpp/cmake_modules/ThirdpartyToolchain.cmake:1738

Steps to Reproduce

use cmake 3.25 compile

Logs / Stack Trace

Operating System

MacOS

Build & Runtime Environment

clang-15

Additional Context

  • I've checked git status — no uncommitted submodule changes
  • I built with CMAKE_BUILD_TYPE=Debug
  • This occurs with or without COVERAGE=ON
  • The issue involves Python ↔ C++ integration (pybind11)

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions