Skip to content

Commit

Permalink
Remove duplicate section
Browse files Browse the repository at this point in the history
  • Loading branch information
daschuer committed Aug 25, 2023
1 parent d735a08 commit 843ec3e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions cmake/modules/Findrubberband.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -97,12 +97,6 @@ if(rubberband_FOUND)
FFTW::FFTW
)
endif()
find_package(FFTW)
if (FFTW_FOUND)
set_property(TARGET rubberband::rubberband APPEND PROPERTY INTERFACE_LINK_LIBRARIES
FFTW::FFTW
)
endif()
find_package(Sleef)
if (Sleef_FOUND)
find_library(sleefdft_path sleefdft REQUIRED)
Expand Down

0 comments on commit 843ec3e

Please sign in to comment.