Skip to content

Commit

Permalink
Update cpp/cmake/thirdparty/get_nanoarrow.cmake
Browse files Browse the repository at this point in the history
Co-authored-by: Kyle Edwards <[email protected]>
  • Loading branch information
hyperbolic2346 and KyleFromNVIDIA authored Nov 14, 2024
1 parent 4a37aa9 commit 3a1212c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cpp/cmake/thirdparty/get_nanoarrow.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ function(find_and_configure_nanoarrow)
rapids_cpm_package_override("${cudf_patch_dir}/nanoarrow_override.json")

if(NOT BUILD_SHARED_LIBS)
set(_exclude_from_all "EXCLUDE_FROM_ALL FALSE")
set(_exclude_from_all EXCLUDE_FROM_ALL FALSE)
else()
set(_exclude_from_all "EXCLUDE_FROM_ALL TRUE")
set(_exclude_from_all EXCLUDE_FROM_ALL TRUE)
endif()

# Currently we need to always build nanoarrow so we don't pickup a previous installed version
Expand Down

0 comments on commit 3a1212c

Please sign in to comment.