16 lines
455 B
Diff
16 lines
455 B
Diff
--- mingw-w64-ucrt-x86_64-hackrf-git/host/cmake/modules/FindFFTW.cmake 2025-01-26 21:07:49.961519400 +0100
|
|
+++ mingw-w64-ucrt-x86_64-hackrf-git/host/cmake/modules/FindFFTW.cmake 2025-01-26 21:12:19.496433600 +0100
|
|
@@ -12,12 +12,7 @@
|
|
|
|
find_path (FFTW_INCLUDES fftw3.h)
|
|
|
|
-IF (WIN32)
|
|
-include_directories(${FFTW_INCLUDES})
|
|
-find_library (FFTW_LIBRARIES NAMES ${FFTW_LIBRARIES})
|
|
-ELSE(WIN32)
|
|
find_library (FFTW_LIBRARIES NAMES fftw3f)
|
|
-ENDIF(WIN32)
|
|
|
|
|
|
|