Can I show you a way to earn extra commission?

2008-09-12 Thread Internet Marketing Center
Hi, As a valued group subscriber, I want to show you an exciting opportunity that is currently earning thousands of other netrepreneurs huge incomes every single month without the headaches of actually selling your own product! The fact is, I don't typically endorse other people's products,

Re: [CMake] foreach(loop_var RANGE total)

2008-09-12 Thread David Cole
Add this line after the list LENGTH call:math(EXPR list_max_index ${list_count}-1) and then use list_max_index instead of list_count in the foreach loop. The documentation (cmake --help-command foreach) is quite clear that the one arg form of the range command loops from 0 to total including

[CMake] Bugtracker + CDash

2008-09-12 Thread Alexander.Camek
Hi folks, I want to use Cdash here. So I want to know if it is possible to connect the Cdash with Mantis? Or if it is possible to connect Cdash with any bugtracker (especially Jira). Thanks. Greetings Alexander Please note:

Re: [CMake] Bugtracker + CDash

2008-09-12 Thread David Cole
There's a cdash mailing list, too: http://public.kitware.com/cgi-bin/mailman/listinfo/cdash What do you mean by connect -- there is a link from a project's CDash page to its bug tracker. Did you need more connection than that? On Fri, Sep 12, 2008 at 9:42 AM, [EMAIL PROTECTED] wrote: Hi

Re: [CMake] How to add a test and compare its output to a reference file ?

2008-09-12 Thread Bill Hoffman
Judicaƫl Bedouet wrote: Hi, I 'm converting a project to CMake. Tests in this project print messages to cout and these output traces are compared to reference files. If output and its reference are different, the corresponding test is considered as failed. I can't see how to make these tests

Re: [CMake] Override of link flag for one specific shared library

2008-09-12 Thread Martin Apel
I resorted to turn off the flags for the complete directory. In this case, this was possible, because they were only intended to speed up C++-template instantiation. So for this one directory template instantiation is handled in the slower way, but I can live with that. However, I think there

Re: [CMake] creating PackageConfig.cmake and the LOCATION property

2008-09-12 Thread Server Levent Yilmaz
On Tue, Sep 9, 2008 at 3:31 PM, Brad King [EMAIL PROTECTED] wrote: Server Levent Yilmaz wrote: I have an outdated version of Mastering CMake book (for CMake version 2.2). Referring to section 6.7 Creating a PackageConfig.cmake file, the configure step contains the following: