On 22/04/2014 06:58, KI7MT wrote:
> Hi David,
>
> The option Bill sent out for skipping this is:
>
> WSJT_SKIP_MANPAGES=ON
>
> Here's the relevant portions of my cmake.nix script:
Hi All,

The easiest way to reconfigure a CMake build tree to change an option is 
as follows (assuming the tree is at ~/build/wsjtx/Release):

cmake ~/build/wsjtx/Release -D WSJT_SKIP_MANPAGES=ON

then rerun the build command e.g.:

cmake --build ~/build/wsjtx/Release --target install -- -kj

There is no need to rerun the complete initial cmake configure command 
nor any need to clean the build tree, cmake is smart enough to work out 
what needs rebuilding, as the result of an option change, itself.

<snip>

73
Bill
G4WJS.

------------------------------------------------------------------------------
Start Your Social Network Today - Download eXo Platform
Build your Enterprise Intranet with eXo Platform Software
Java Based Open Source Intranet - Social, Extensible, Cloud Ready
Get Started Now And Turn Your Intranet Into A Collaboration Platform
http://p.sf.net/sfu/ExoPlatform
_______________________________________________
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel

Reply via email to