Skip to content

Commit

Permalink
more fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mreineck committed Oct 28, 2024
1 parent d746180 commit 0823fc6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ add_executable(testutils testutils.cpp)
if(FINUFFT_USE_DUCC0)
target_compile_definitions(testutils PRIVATE -DFINUFFT_USE_DUCC0)
endif()
target_link_libraries(testutils PRIVATE xsimd)
target_compile_features(testutils PRIVATE cxx_std_17)
finufft_link_test(testutils)
add_test(
Expand All @@ -42,6 +43,7 @@ add_test(
if(NOT FINUFFT_USE_DUCC0)
add_executable(fftw_lock_test fftw_lock_test.cpp)
target_compile_features(fftw_lock_test PRIVATE cxx_std_17)
target_link_libraries(fftw_lock_test PRIVATE xsimd)
finufft_link_test(fftw_lock_test)

add_test(
Expand Down

0 comments on commit 0823fc6

Please sign in to comment.