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:
Bill Somerville 2015-01-31 11:28:29 +00:00
parent 3a8232b113
commit dade66253c
1 changed files with 1 additions and 1 deletions

View File

@ -595,7 +595,7 @@ endif ()
#
# fftw3 single precsion library
#
find_package (FFTW3 COMPONENTS single REQUIRED)
find_package (FFTW3 COMPONENTS single threads REQUIRED)
include_directories (${FFTW3_INCLUDE_DIRS})