Skip to content

Commit

Permalink
remove unnecessary extra install()
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Sep 4, 2024
1 parent 1d00c91 commit fb307ba
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions python/libcuspatial/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,8 @@ unset(cuspatial_FOUND)
set(BUILD_SHARED_LIBS ON)
set(BUILD_TESTS OFF)
set(BUILD_BENCHMARKS OFF)
set(CUDA_ENABLE_LINEINFO OFF)
set(CUDA_STATIC_RUNTIME ON)
set(CUSPATIAL_USE_CUDF_STATIC OFF)
set(CUSPATIAL_EXCLUDE_CUDF_FROM_ALL ON)

set(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${PROJECT_BINARY_DIR}/lib)

add_subdirectory(../../cpp cuspatial-cpp)
install(TARGETS cuspatial DESTINATION ${CMAKE_LIBRARY_OUTPUT_DIRECTORY})

0 comments on commit fb307ba

Please sign in to comment.