Skip to content

Commit 684a447

Browse files
committed
FFT should be exposed as they can change FFT parameters
1 parent 3c64710 commit 684a447

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ function(set_finufft_options target)
162162
target_include_directories(${target} PUBLIC ${FFTW_INCLUDE_DIR})
163163
endif ()
164164
target_link_libraries(${target} PRIVATE xsimd)
165-
target_link_libraries(${target} PRIVATE ${FINUFFT_FFTW_LIBRARIES})
165+
target_link_libraries(${target} PUBLIC ${FINUFFT_FFTW_LIBRARIES})
166166
endfunction()
167167

168168
if (FINUFFT_USE_CPU)

0 commit comments

Comments
 (0)