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
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
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
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
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
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
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
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
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
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
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
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
12 matches
Mail list logo