[CMake] CCTray like tool for CDash?

2012-04-16 Thread NoRulez
Hello,is there a tool for CDash which is equivalent to CCTray for Cruise Control or is such tool planned?Thanks in advanceBest RegardsNoRulez -- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic

Re: [CMake] find_package scoping mystery

2012-04-16 Thread David Cole
On Mon, Apr 16, 2012 at 9:21 AM, Dave Abrahams wrote: > > on Mon Apr 16 2012, Andreas Pakulat > wrote: > > > On 16.04.12 06:04:33, Dave Abrahams wrote: > >> > >> on Mon Apr 16 2012, Andreas Pakulat < > apaku-Mmb7MZpHnFY-AT-public.gmane.org> wrote: > >> > >> > On 16.04.12 01:37:58, Dave Abrahams

Re: [CMake] find_package scoping mystery

2012-04-16 Thread Dave Abrahams
on Mon Apr 16 2012, Andreas Pakulat wrote: > On 16.04.12 06:04:33, Dave Abrahams wrote: >> >> on Mon Apr 16 2012, Andreas Pakulat >> wrote: >> >> > On 16.04.12 01:37:58, Dave Abrahams wrote: >> >> > >> >> consider this simple wrapper: >> >> >> >> function(my_find_package) >> >> find

Re: [CMake] Adding support for Absoft Fortran compilers in CMake

2012-04-16 Thread Brad King
On 4/12/2012 4:05 PM, Michael Jackson wrote: Dredging this up from last year because it has become relevant again (for me). Has this effort gone anywhere? Support was added for Absoft on Linux and Mac as of CMake 2.8.5 but I never had time to do Windows support. There has been no nightly testi

Re: [CMake] find_package scoping mystery

2012-04-16 Thread Andreas Pakulat
On 16.04.12 06:04:33, Dave Abrahams wrote: > > on Mon Apr 16 2012, Andreas Pakulat > wrote: > > > On 16.04.12 01:37:58, Dave Abrahams wrote: > >> > >> consider this simple wrapper: > >> > >> function(my_find_package) > >> find_package(${ARGV}) > > > >> endfunction() > >> > >> If I re

Re: [CMake] find_package scoping mystery

2012-04-16 Thread Dave Abrahams
on Mon Apr 16 2012, Andreas Pakulat wrote: > On 16.04.12 01:37:58, Dave Abrahams wrote: >> >> consider this simple wrapper: >> >> function(my_find_package) >> find_package(${ARGV}) > >> endfunction() >> >> If I replace all the calls to find_package in my project with calls to >> my_f

Re: [CMake] cmake.org url seems down

2012-04-16 Thread Andreas Pakulat
On 18.04.12 02:00:48, luxInteg wrote: > Greetings, > > I have been tring to connect to the cmake.org website for the last few days > to > download the latest version of cmake. I have been unsucessful. I would be > grateful if one on list could elaborate on the problems and suggest an > alter

[CMake] cmake.org url seems down

2012-04-16 Thread luxInteg
Greetings, I have been tring to connect to the cmake.org website for the last few days to download the latest version of cmake. I have been unsucessful. I would be grateful if one on list could elaborate on the problems and suggest an alternative url. thanks in advance luxInteg -- Powered b

Re: [CMake] find_package scoping mystery

2012-04-16 Thread Andreas Pakulat
On 16.04.12 01:37:58, Dave Abrahams wrote: > > consider this simple wrapper: > > function(my_find_package) > find_package(${ARGV}) > endfunction() > > If I replace all the calls to find_package in my project with calls to > my_find_package, everything breaks. It appears variable setting

[CMake] find_package scoping mystery

2012-04-16 Thread Dave Abrahams
consider this simple wrapper: function(my_find_package) find_package(${ARGV}) endfunction() If I replace all the calls to find_package in my project with calls to my_find_package, everything breaks. It appears variable settings in any found Config.cmake files are visible inside my_find_