Skip to content

Commit e217279

Browse files
authored
fixed the directory (#615)
1 parent b38df6b commit e217279

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/cuda/CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@ else()
5252
${FINUFFT_POSITION_INDEPENDENT_CODE})
5353
endif()
5454
target_include_directories(cufinufft PUBLIC ${CUFINUFFT_INCLUDE_DIRS})
55+
# set target build location
56+
set_target_properties(cufinufft PROPERTIES LIBRARY_OUTPUT_DIRECTORY
57+
"${PROJECT_BINARY_DIR}")
5558

5659
set_target_properties(
5760
cufinufft

0 commit comments

Comments
 (0)