mirror of
https://github.com/greatscottgadgets/hackrf.git
synced 2026-03-02 21:45:37 +01:00
Merge pull request #971 from ffontaine/master
cmake/modules/FindFFTW.cmake: fix build without fftw3
This commit is contained in:
@@ -16,7 +16,7 @@ IF (WIN32)
|
||||
include_directories(${FFTW_INCLUDES})
|
||||
find_library (FFTW_LIBRARIES NAMES ${FFTW_LIBRARIES})
|
||||
ELSE(WIN32)
|
||||
find_library (FFTW_LIBRARIES NAMES fftw3)
|
||||
find_library (FFTW_LIBRARIES NAMES fftw3f)
|
||||
ENDIF(WIN32)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user