On 08/05/2015 14:08, Joe Taylor wrote:
> Hi all,
Hi Joe,
>
> Perhaps someone can help me to properly tweak CMakeLists.txt in the
> wsjtx_exp branch so that the WSPR decoder wsprd[.exe] can be built by
> cmake along with the other v1.6 executables.
I'll try. This is off the top without testing.

The FFTW package finder makes a list of all the libraries you request so 
that is find and the linker will link the relevant routines.

I think the only problem is the syntax of the target_link_libraries() 
command which needs the target as the first argument, so:

target_link_libraries (wsprd ${FFTW3_LIBRARIES})

...

>
> Thanks for any help!
>
>       -- Joe, K1JT
73
Bill
G4WJS.

------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
_______________________________________________
wsjt-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wsjt-devel

Reply via email to