Skip to content

Commit

Permalink
Check parquet lib is found
Browse files Browse the repository at this point in the history
  • Loading branch information
PHILO-HE committed Jul 5, 2024
1 parent ea78d33 commit feeadab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMake/FindArrow.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ 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 "${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 feeadab

Please sign in to comment.