Re: [CMake] How to run tests in parallel?

2011-06-15 Thread S Roderick
On Jun 15, 2011, at 07:55 , Dave Ohlsson wrote: > Hi, > > I am new to CMake. > > I have a project with a few tests. The tests are independent from each > other (run in separate directories, etc.). > > In my project's CMakeLists.txt, I have: > >enable_testing() >add_test(NAME test1 COMM

Re: [CMake] set CMAKE_INSTALL_PREFIX in CMakeLists

2010-12-02 Thread S Roderick
On Dec 2, 2010, at 04:35 , Michael Wild wrote: > On 12/02/2010 10:18 AM, Marcel Loose wrote: > On 30-11-2010 at 18:48, in message >> <20101130174852.gc10...@cryptio.net>, Tyler >> Roscoe wrote: >>> On Thu, Nov 25, 2010 at 02:01:31PM +0100, Marcel Loose wrote: >>> On 24-11-2010 at 17:45,

Re: [CMake] set CMAKE_INSTALL_PREFIX in CMakeLists

2010-11-30 Thread S Roderick
On Nov 30, 2010, at 13:40 , David Cole wrote: > It probably works "accidentally" if you do the set before the project command. That is what we do, and it definitely works for us. Set it _before_ the PROJECT() statement. > > Unfortunately, the project command has significant side effects. > Set

Re: [CMake] cmake: could NOT find Boost

2010-05-04 Thread S Roderick
On May 4, 2010, at 12:41 , Mike Ladwig wrote: > Hi. > > I'm having a problem compiling scantailor on CentOS 5.4. The version of > cmake that comes with CentOS was too old, so I downloaded the current cmake > binary, which seems to be working well. > > The problem is that the CentOS version of

Re: [CMake] Apply FIND_PACKAGE_HANDLE_STANDARD_ARGS() on COMPONENTS

2010-04-22 Thread S Roderick
On Apr 22, 2010, at 06:21 , Michael Hertling wrote: > On 04/21/2010 09:29 PM, S Roderick wrote: >> On Apr 21, 2010, at 15:13 , Alexander Neundorf wrote: >> >>> On Tuesday 20 April 2010, Michael Hertling wrote: >>>> Dear CMake community, dear CMake developers

Re: [CMake] Apply FIND_PACKAGE_HANDLE_STANDARD_ARGS() on COMPONENTS

2010-04-21 Thread S Roderick
On Apr 21, 2010, at 15:13 , Alexander Neundorf wrote: > On Tuesday 20 April 2010, Michael Hertling wrote: >> Dear CMake community, dear CMake developers, >> > ... >> There's another aspect related to this I'd like to comment on: During >> the abovementioned considerations on the bug tracker and t

Re: [CMake] Problem after upgrading to OSX 10.6.3!

2010-03-31 Thread S Roderick
On Mar 31, 2010, at 14:03 , Bradley Lowekamp wrote: > Hello, > > The down arrow (and other arrow keys) is no longer working after I patched to > OSX 10.6.3 with ccmake. This is very weird! Other applications seems fine. > > I have tried 3 upgraded machines, all failing to get curser to move wit

Re: [CMake] simple ctest

2009-11-04 Thread S Roderick
On Nov 4, 2009, at 11:43 AM, Mathieu Malaterre wrote: On Wed, Nov 4, 2009 at 4:52 PM, wrote: I changed over to learn the windows batch a bit and I created a short script to do the work, for some things I planed to integrate into ctest. The rest works like a charm (configuring, building,

Re: [CMake] CTest/CDash and git

2009-10-23 Thread S Roderick
On Oct 23, 2009, at 08:21 , Brad King wrote: Andrew Maclean wrote: I guess the subject says it all. What is the status of using CMake, Ctest and CDash with git? CMake 2.8 comes with a CTest that can drive dashboards using git-based work trees (plus hg and bzr). The ctest_update() command run

Re: [CMake] CMake with Qt (plus pkg-config)

2009-10-22 Thread S Roderick
On Oct 22, 2009, at 06:15 , Murray Cumming wrote: I'm trying to use CMake for the first time, as an experiment, with little a Qt-based project. It also uses an additional library, via pkg-config. So far Qt's include files don't seem to be found, and I wonder how I can cause moc to be used to

Re: [CMake] linking error after upgrading to snow leopard

2009-09-11 Thread S Roderick
On Sep 11, 2009, at 14:27 , Sean McBride wrote: On 9/11/09 4:24 PM, Boudewijn Rempt said: I'm getting weird linking errors after I upgraded to Snow Leopard. I'm using the CVS version of cmake. If I have the MACOSX_BUNDLE flag in ADD_EXECUTABLE, there are lots of weird visiblity errors like

Re: [CMake] macport issue?

2009-09-05 Thread S Roderick
On Sep 5, 2009, at 15:18 , Bill Hoffman wrote: I found this with a google alert: http://www.nabble.com/-MacPorts---21120:-Cmake-fails-to-sync--or-bootstrap--Not-sure-what-it-trying-to-say-sorry.-td25310279.html Is there anyone on this list that is having this problem with CMake? I recently b