From b9b25189b73ae4d9cacdb49d97ecef99890b5504 Mon Sep 17 00:00:00 2001 From: Bill Somerville Date: Fri, 10 Jun 2016 16:01:07 +0000 Subject: [PATCH] Build of wsjtx needs FFTW3 includes git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@6756 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index d8ec835ad..fa14ddd03 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1087,6 +1087,7 @@ set_target_properties (wsjtx PROPERTIES MACOSX_BUNDLE_GUI_IDENTIFIER "org.k1jt.wsjtx" ) +target_include_directories (wsjtx PRIVATE ${FFTW3_INCLUDE_DIRS}) target_link_libraries (wsjtx wsjt_fort wsjt_cxx wsjt_qt wsjt_qtmm ${hamlib_LIBRARIES} ${FFTW3_LIBRARIES}) qt5_use_modules (wsjtx SerialPort) # not sure why the interface link library syntax above doesn't work