[CMake] CMakeGraphVizOptions not working consistently

2015-09-18 Thread Jon Hodgson via CMake
Hi, I'm using the graphviz functionality of CMake to allow me to extract dependencies and thus a sub-project build order for auto builds (I'm using buildbot, and building sub projects separately gives more informative feedback since I can see which ones fail) Now as part of that I generate a CMak

[CMake] No CMAKE_CXX_COMPILER could be found

2015-04-17 Thread Jon Hodgson
HI, Running OSX Snow Leopard, XCode 5.1.1 Command line tools installed. If I type clang --version at the command line I get version 5.1 CMake 3.2.2 The first lines of outpuit I get are The CXX compiler identification is AppleClang 5.1.0.5030040 The C compiler identification is AppleClang 5.1

Re: [CMake] CMake and XCode 4.4.1

2013-07-21 Thread Jon Hodgson
It seems the problem is that CMake just isn't recognizing a compiler. It does ok with both 3.2.4 and 4.2.4 on Snow Leopard, but with 4.4.1 on Mountain Lion, no joy. On Sat, Jul 20, 2013 at 11:21 AM, Jon Hodgson < jonhodgson.devli...@googlemail.com> wrote: > Hi, > > I hav

[CMake] CMake and XCode 4.4.1

2013-07-20 Thread Jon Hodgson
Hi, I have a CMake configured project. It generates and builds successfully in Visual Studio 10 (32 and 64 bit projevcts) and in XCode 3.2.4 (on Snow Leopard) I'm now trying to get it to work on XCode 4.4.1 (on Mountain Lion) Things start out ok, but then when it comes to build ZERO_CHECK (whic

[CMake] CDash questions

2013-07-19 Thread Jon Hodgson
Hi, I'm currently in the process of setting up automatic builds using CMake, CTest and CDash So far I've got builds working, and subprojects seem to be successfully implemented, but there are a few things it would be useful to know. 1) Is there a way to quickly remove multiple builds from the da

[CMake] XCode equivalent to include_external_msproject

2013-06-13 Thread Jon Hodgson
Hi, I'm currently converting some cross platform projects to CMake, for easier maintainance in the future. They use some third party libraries, which it's easier for me to NOT convert to CMake (because then I have to update that when the third party changes their projects), these are built using