Re: [CMake] Visualizing all build-system options

2011-09-24 Thread Brian Davis
> I guess at the end of the day what you are talking about is a static code analysis tool for the CMake language. Those tools look at all possible branches of code and try to detect errors. What I would like to see at a minimum is a CMake Debugger showing a window with the list of variables, not

[CMake] cmake_clean_${lang}.cmake

2011-09-24 Thread arrowdodger
Hello. I'm adding Haskell support to the CMake and stumbled with this problem: CMAKE_Haskell_COMPILE_OBJECT rule produces two files (.o itself and .hi interface file used by haskell compiler). when i run `make clean`, all .o's are deleted, but .hi's aren't. I've found these lines in cmake_clean.cma

Re: [CMake] ExternalProject: avoiding rebuilds

2011-09-24 Thread John Drescher
On Sat, Sep 24, 2011 at 4:11 AM, Rolf Eike Beer wrote: > Am Freitag, 23. September 2011, 16:26:46 schrieb Ben Medina: >> Hello all, >> >> I'm trying to adopt greater usage of ExternalProject in my project. >> One problem I'd like to resolve is spurious rebuilds of external >> projects. > > [...] >

Re: [CMake] ExternalProject: avoiding rebuilds

2011-09-24 Thread Rolf Eike Beer
Am Freitag, 23. September 2011, 16:26:46 schrieb Ben Medina: > Hello all, > > I'm trying to adopt greater usage of ExternalProject in my project. > One problem I'd like to resolve is spurious rebuilds of external > projects. [...] > This works great: building "test" first untars the CLAPACK sour