diff --git a/CMakeLists.txt b/CMakeLists.txt index 710260e12..a72679ba1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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})