Skip to content

Commit

Permalink
Do not use -isystem when building PyArrow
Browse files Browse the repository at this point in the history
  • Loading branch information
lysnikolaou committed Aug 15, 2024
1 parent 37aebde commit 4d4a69c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@
cmake_minimum_required(VERSION 3.16)
project(pyarrow)

set(CMAKE_NO_SYSTEM_FROM_IMPORTED ON)

set(PYARROW_VERSION "18.0.0-SNAPSHOT")
string(REGEX MATCH "^[0-9]+\\.[0-9]+\\.[0-9]+" PYARROW_BASE_VERSION "${PYARROW_VERSION}")

Expand Down

0 comments on commit 4d4a69c

Please sign in to comment.