Skip to content

Commit

Permalink
add lib32 HINTS to find libparquet (NVIDIA#243)
Browse files Browse the repository at this point in the history
Signed-off-by: sperlingxx <[email protected]>
  • Loading branch information
sperlingxx authored May 17, 2022
1 parent afc337e commit 47f7d64
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ find_library(CUDFJNI_LIB "libcudfjni.a" REQUIRED NO_DEFAULT_PATH
# parquet
find_library(PARQUET_LIB "libparquet.a" REQUIRED NO_DEFAULT_PATH
HINTS "${PROJECT_BINARY_DIR}/../libcudf-install/lib64"
HINTS "${PROJECT_BINARY_DIR}/../libcudf-install/lib"
)

# Internal parquet headers
Expand Down

0 comments on commit 47f7d64

Please sign in to comment.