On Fri, Aug 5, 2016 at 1:11 PM, Bill Somerville <g4...@classdesign.com>
wrote:

> On 05/08/2016 19:03, Richard Shaw wrote:
>
> My CMake is getting a little rusty but I think one option would be to make
> them CACHE variables. Currently even if I specify something different on
> the command line using definition it still doesn't change.
>
> Hi Richard,
>
> extract from the current WSJT-X CMakeLists.txt:
>
> set (WSJT_BIN_DESTINATION ${BIN_DESTINATION} CACHE PATH "Path for 
> executables")
> set (WSJT_LIB_DESTINATION ${LIB_DESTINATION} CACHE PATH "Path for libraries")
> set (WSJT_INCLUDE_DESTINATION ${INCLUDE_DESTINATION} CACHE PATH "Path for 
> library headers")
> set (WSJT_SHARE_DESTINATION ${SHARE_DESTINATION} CACHE PATH "Path for shared 
> content")
> set (WSJT_DOC_DESTINATION ${DOC_DESTINATION} CACHE PATH "Path for 
> documentation")
> set (WSJT_DATA_DESTINATION ${DATA_DESTINATION} CACHE PATH "Path for shared RO 
> data")
> set (WSJT_MANPAGE_DESTINATION ${MANPAGE_DESTINATION} CACHE PATH "Path for 
> manpages")
> set (WSJT_PLUGIN_DESTINATION ${PLUGIN_DESTINATION} CACHE PATH "Path for 
> plugins")
> set (WSJT_QT_CONF_DESTINATION ${QT_CONF_DESTINATION} CACHE PATH "Path for the 
> qt.conf file")
>
>
> What's the problem?
>

I saw the part at the top and didn't look any further :)

Thanks,
Richard
------------------------------------------------------------------------------
_______________________________________________
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel

Reply via email to