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 3c64710 commit 684a447Copy full SHA for 684a447
CMakeLists.txt
@@ -162,7 +162,7 @@ function(set_finufft_options target)
162
target_include_directories(${target} PUBLIC ${FFTW_INCLUDE_DIR})
163
endif ()
164
target_link_libraries(${target} PRIVATE xsimd)
165
- target_link_libraries(${target} PRIVATE ${FINUFFT_FFTW_LIBRARIES})
+ target_link_libraries(${target} PUBLIC ${FINUFFT_FFTW_LIBRARIES})
166
endfunction()
167
168
if (FINUFFT_USE_CPU)
0 commit comments