mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-10-10 15:59:59 +02:00
fftw lib is not used but fftw3f only
This commit is contained in:
@@ -44,8 +44,6 @@ if (MSVC)
|
|||||||
target_link_libraries(sdrpp_core PUBLIC glfw)
|
target_link_libraries(sdrpp_core PUBLIC glfw)
|
||||||
|
|
||||||
# FFTW3
|
# FFTW3
|
||||||
find_package(FFTW3 CONFIG REQUIRED)
|
|
||||||
target_link_libraries(sdrpp_core PUBLIC FFTW3::fftw3)
|
|
||||||
find_package(FFTW3f CONFIG REQUIRED)
|
find_package(FFTW3f CONFIG REQUIRED)
|
||||||
target_link_libraries(sdrpp_core PUBLIC FFTW3::fftw3f)
|
target_link_libraries(sdrpp_core PUBLIC FFTW3::fftw3f)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user