Skip to content

Commit

Permalink
Update FindArrowParquet.cmake
Browse files Browse the repository at this point in the history
Small typo
  • Loading branch information
steiltre authored Sep 16, 2024
1 parent ba2aeee commit 8e33e71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake/FindArrowParquet.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ function(find_or_install_arrow_parquet)

if (NOT Arrow_FOUND OR NOT Parquet_FOUND)
message(STATUS "${PROJECT_NAME} could not find Arrow Parquet.")
message(STATUS "If this is an unexpected result, try the following command to install pyarrow: export Python3_ROOT_DIR=/path/to/paython3; /path/to/paython3 -m pip pyarrow")
message(STATUS "If this is an unexpected result, try the following command to install pyarrow: export Python3_ROOT_DIR=/path/to/python3; /path/to/python3 -m pip pyarrow")
if (YGM_REQUIRE_ARROW_PARQUET)
message(FATAL_ERROR "${PROJECT_NAME} requires Arrow Parquet.")
else ()
Expand All @@ -234,4 +234,4 @@ function(link_arrow_parquet target)
else ()
message(WARNING "Arrow or Parquet not found. Not linking Arrow or Parquet.")
endif ()
endfunction()
endfunction()

0 comments on commit 8e33e71

Please sign in to comment.