Skip to content

Commit

Permalink
Remove checking for lib parquet
Browse files Browse the repository at this point in the history
  • Loading branch information
PHILO-HE committed Jul 8, 2024
1 parent feeadab commit 031012b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CMake/FindArrow.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ find_library(ARROW_LIB libarrow.a)
find_library(PARQUET_LIB libparquet.a)
find_library(ARROW_TESTING_LIB libarrow_testing.a)
if("${ARROW_LIB}" STREQUAL "ARROW_LIB-NOTFOUND"
OR "${PARQUET_LIB}" STREQUAL "PARQUET_LIB-NOTFOUND"
OR "${ARROW_TESTING_LIB}" STREQUAL "ARROW_TESTING_LIB-NOTFOUND")
set(Arrow_FOUND false)
return()
Expand Down

0 comments on commit 031012b

Please sign in to comment.