Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
DominicDirkx authored Oct 16, 2024
1 parent 9f35df2 commit 28f785b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/src/math/statistics/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ TUDAT_ADD_TEST_CASE(PowerLawNoise PRIVATE_LINKS
tudat_statistics
tudat_basic_mathematics
tudat_basics
${FFTW_LIBRARIES}
${FFTW3_LIBRARIES}
)

TUDAT_ADD_TEST_CASE(Fft PRIVATE_LINKS
tudat_statistics tudat_basic_mathematics ${FFTW_LIBRARIES})
tudat_statistics tudat_basic_mathematics ${FFTW3_LIBRARIES})

0 comments on commit 28f785b

Please sign in to comment.