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: Dewey Dunnington <[email protected]>
  • Loading branch information
vyasr and paleolimbot authored Dec 3, 2024
1 parent b305d08 commit 507b56b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/cmake/thirdparty/get_nanoarrow.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ function(find_and_configure_nanoarrow)
)
set_target_properties(nanoarrow PROPERTIES POSITION_INDEPENDENT_CODE ON)
if(CUDF_NANOARROW_DEBUG)
target_compile_definitions(nanoarrow PRIVATE NANOARROW_DEBUG=1)
target_compile_definitions(nanoarrow PUBLIC NANOARROW_DEBUG=1)
endif()

rapids_export_find_package_root(BUILD nanoarrow "${nanoarrow_BINARY_DIR}" EXPORT_SET cudf-exports)
Expand Down

0 comments on commit 507b56b

Please sign in to comment.