Re: [sword-devel] Question about CMAKE build proceedures

2013-01-25 Thread Andrew Thule
Thanks Greg. Different tools, different philosophies - so it's nice to understand the thinking behind the tool. One thing to be said for Cmake builds, is the build information is so well presented. ~A On Thursday, January 24, 2013, Greg Hellings wrote: > I have found it usually necessary. It is

Re: [sword-devel] Question about CMAKE build proceedures

2013-01-24 Thread Greg Hellings
I have found it usually necessary. It is heavily encouraged in CMake, and enforced in SWORD's scripts for just that reason, to do a build from outside of the main source directory in an entirely enclosed environment. To be truthful, when building with the autofoo toolchain I usually found the same

[sword-devel] Question about CMAKE build proceedures

2013-01-24 Thread Andrew Thule
I'm still fairly new to using CMAKE (but liking it). I'm finally starting to feel comfortable with its use, but still have questions .. so if this is a newbie question, sorry. Using traditional "./configure; make; make install' I could simply grab a more recent copy (of sword) via svn and make &&