Re: [CMake] if defined and boolean value

2013-07-15 Thread Matthew Woehlke
On 2013-07-13 17:54, Victor Aurélio Santos wrote: I'm trying to evaluate a expression "if variable X is defined and Y is ON": tried this: if (defined ${GETTEXT_LIB-NOTFOUND} and ${ENABLE_NLS}) For FOO not found, FOO-NOTFOUND gets defined? That'd be news to me... (Usually I expect FOO-NOTFOUND

Re: [CMake] What's the best cmake continuous integration open source tool?

2013-07-15 Thread Nils Gladitz
I use CDash (www.cdash.org) which is what CMake itself uses: http://open.cdash.org/index.php?project=CMake I use it with CDash scheduling which involves a couple of build clients running CTest in script mode. They poll, download and execute CTest scripts which control initial checkout, update,

Re: [CMake] What's the best cmake continuous integration open source tool?

2013-07-15 Thread Leif Walsh
I got buildbot working and it's alright. I don't have experience with anything else though. This is for a project where one component uses cmake and another uses scons. It was fairly painless.  -- Cheers, Leif On Mon, Jul 15, 2013 at 8:53 AM, Mateusz Loskot wrote: > On 15 July 2013 12:53, Avi

[CMake] What's the best cmake continuous integration open source tool?

2013-07-15 Thread Avihay Eyal
Hi, my company uses CMake, and I want to use a CI framework. I wanted to know, with which CI frameworks did you have a good experience. Since we work on a *private network*, travis CI is not an option. Google have their Blaze

Re: [CMake] The Visual Studio project file inclusion problems.

2013-07-15 Thread Klaim - Joël Lamotte
Hi, CMake 2.8.11 solves a lot of dependency tracking issues with normal CMake targets, which helps a lot! Unfortunately, the above issues I described months ago are still there. It wouldn't be a problem if I didn't need, for example, source versions of Protobuf and Intel TBB to work, which both d