mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-03-09 05:48:35 -04:00
Tell the CMake FFTW3 finder that we want to use threads
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@4917 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
647f809c97
commit
e42340ee37
@ -595,7 +595,7 @@ endif ()
|
|||||||
#
|
#
|
||||||
# fftw3 single precsion library
|
# fftw3 single precsion library
|
||||||
#
|
#
|
||||||
find_package (FFTW3 COMPONENTS single REQUIRED)
|
find_package (FFTW3 COMPONENTS single threads REQUIRED)
|
||||||
include_directories (${FFTW3_INCLUDE_DIRS})
|
include_directories (${FFTW3_INCLUDE_DIRS})
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user