We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b38df6b commit e217279Copy full SHA for e217279
src/cuda/CMakeLists.txt
@@ -52,6 +52,9 @@ else()
52
${FINUFFT_POSITION_INDEPENDENT_CODE})
53
endif()
54
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}")
58
59
set_target_properties(
60
cufinufft
0 commit comments