Skip to content

Commit

Permalink
cmake: Forward CMAKE_BUILD_TYPE to Arrow
Browse files Browse the repository at this point in the history
But not DuckDB because then the build fails for some reason.
  • Loading branch information
felipecrv committed Jul 9, 2024
1 parent 02d7de9 commit 6ff9519
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third_party/Arrow_CMakeLists.txt.in
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ExternalProject_Add(
-DCMAKE_INSTALL_PREFIX=${CMAKE_BINARY_DIR}/third_party/arrow
-DCMAKE_INSTALL_LIBDIR=lib
-DCMAKE_INSTALL_INCLUDEDIR=include
-DCMAKE_BUILD_TYPE=Release
-DCMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE}
-DARROW_BUILD_TESTS=OFF
-DARROW_BUILD_STATIC=ON
-DARROW_BUILD_SHARED=OFF
Expand Down

0 comments on commit 6ff9519

Please sign in to comment.