From dade66253c116e0ce13cae8e600660858348b563 Mon Sep 17 00:00:00 2001 From: Bill Somerville Date: Sat, 31 Jan 2015 11:28:29 +0000 Subject: [PATCH] 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 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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})