[CMake] Problems with FindPythonInterp

2011-10-07 Thread Yngve Inntjore Levinsen
Dear all, I have some configuration scripts in python that needs to be run for my project, so I use the FindPythonInterp package. This has nicely found the version 2.7 on my system so far, but now it suddenly finds /usr/bin/python which is a soft link to version 3.2. My script doesn't work with

[CMake] Contribute two new find package implementation.

2011-10-07 Thread Mathias Fröhlich
Hi, I have done and would like to contribute two new find package implementations. These are both IEEE standardized successors rti1516 and rti1516e of the RTI libraries where cmake already has the predecessor library find package implementation with FindRTI.cmake. Attached are the initial ver

Re: [CMake] Contribute two new find package implementation.

2011-10-07 Thread Eric Noulard
2011/10/7 Mathias Fröhlich : > > Hi, > > I have done and would like to contribute two new find package implementations. > These are both IEEE standardized successors rti1516 and rti1516e of the RTI > libraries  where cmake already has the predecessor library find package > implementation with FindR

Re: [CMake] Contribute two new find package implementation.

2011-10-07 Thread Mathias Fröhlich
Hi, On Friday 07 October 2011, Eric Noulard wrote: > Nice to ear from you on CMake ML. > > Module contribution process is described here: > http://www.cmake.org/Wiki/CMake:Module_Maintainers Puh, ok. My problem is that I cannot take maintainership in the sense I understand this job for any few l

Re: [CMake] Contribute two new find package implementation.

2011-10-07 Thread Eric Noulard
2011/10/7 Mathias Fröhlich : > > Hi, > > On Friday 07 October 2011, Eric Noulard wrote: >> Nice to ear from you on CMake ML. >> >> Module contribution process is described here: >> http://www.cmake.org/Wiki/CMake:Module_Maintainers > Puh, ok. > My problem is that I cannot take maintainership in the

[CMake] VS2010: Build failure in single custom command results in all custom commands being rerun

2011-10-07 Thread James Bigler
This is just to let those of you who are using VS 2010 and use a lot of custom build commands that any build failure in a single custom command will result in all custom commands in that target (project) being rebuilt. I've opened a thread here: http://social.msdn.microsoft.com/Forums/en-AU/msbuil

[CMake] simple cmake example

2011-10-07 Thread Tim Coddington
Hi I recently started working with open source code that uses cmake for build. I've been able to make do since most of the CMakeLists.txt files are provided or specific instructions are given. I'm about to embark on my first contribution to build a driver for an IMU and I want to build an e

Re: [CMake] simple cmake example

2011-10-07 Thread John Drescher
On Fri, Oct 7, 2011 at 6:00 PM, Tim Coddington wrote: > Hi >   I recently started working with open source code that uses cmake for > build.  I've been able to make do since most of the CMakeLists.txt files > are provided or specific instructions are given. > >   I'm about to embark on my first co

Re: [CMake] simple cmake example

2011-10-07 Thread Tim Coddington
Thank you. After adapting your file ccmake complains about line 7: include(${MRPT_USE_FILE}) "CMake Error at CMakeLists.txt:7 (include): include called with wrong number of arguments. Include only takes one file." How is MRPT_USE_FILE defined? Thanks On Fri, 2011-10-07 at 18:27 -0400, J

[CMake] ExternalProject, target_link_libraries(), and Multi-configuration Builds.

2011-10-07 Thread michael lowell roberts
Hi all, I'm attempting to use the ExternalProject module to compile and link against a library and I've run into a problem that I'm not certain how to address. I'm using CMake 2.8.6 and Visual Studio 10 Express. The external project, in my case, is a CMake-compiled project and CMake predictably b

[CMake] The tao of find_package

2011-10-07 Thread Dan Kegel
Hi folks, I'm just starting to play with cmake. (I've used autotools, make, scons, and gyp before.) I've been looking at the docs off and on for a couple days, playing with toy examples and building a few things already converted to cmake. The project I'm building consists of about ten separate

Re: [CMake] The tao of find_package

2011-10-07 Thread Michael Hertling
On 10/08/2011 07:03 AM, Dan Kegel wrote: > Hi folks, > I'm just starting to play with cmake. (I've used autotools, make, > scons, and gyp before.) I've been looking at the docs off and on for > a couple days, playing > with toy examples and building a few things already converted to cmake. > > T