Skip to content

Commit

Permalink
fixed the directory
Browse files Browse the repository at this point in the history
  • Loading branch information
DiamonDinoia committed Jan 28, 2025
1 parent 92e975c commit 21d57f7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/cuda/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ else()
${FINUFFT_POSITION_INDEPENDENT_CODE})
endif()
target_include_directories(cufinufft PUBLIC ${CUFINUFFT_INCLUDE_DIRS})
# set target build location
set_target_properties(cufinufft PROPERTIES LIBRARY_OUTPUT_DIRECTORY
"${PROJECT_BINARY_DIR}")

set_target_properties(
cufinufft
Expand Down

0 comments on commit 21d57f7

Please sign in to comment.