Skip to content

Commit

Permalink
statically link cudart
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Sep 3, 2024
1 parent 6856666 commit 1d00c91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/libcuspatial/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ set(BUILD_SHARED_LIBS ON)
set(BUILD_TESTS OFF)
set(BUILD_BENCHMARKS OFF)
set(CUDA_ENABLE_LINEINFO OFF)
set(CUDA_STATIC_RUNTIME OFF)
set(CUDA_STATIC_RUNTIME ON)
set(CUSPATIAL_USE_CUDF_STATIC OFF)
set(CUSPATIAL_EXCLUDE_CUDF_FROM_ALL ON)

Expand Down

0 comments on commit 1d00c91

Please sign in to comment.