Skip to content

Commit

Permalink
update cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
mapleFU committed Mar 7, 2024
1 parent 0193f7a commit 97934ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cpp/src/parquet/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,7 @@ set(PARQUET_SHARED_PRIVATE_LINK_LIBS)
if(ARROW_USE_XSIMD)
list(APPEND PARQUET_SHARED_LINK_LIBS ${ARROW_XSIMD})
list(APPEND PARQUET_SHARED_PRIVATE_LINK_LIBS ${ARROW_XSIMD})
list(APPEND PARQUET_STATIC_LINK_LIBS ${ARROW_XSIMD})
endif()

if(PARQUET_REQUIRE_ENCRYPTION)
Expand Down

0 comments on commit 97934ef

Please sign in to comment.