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

2011-10-08 Thread Michael Hertling
On 10/07/2011 07:06 PM, Eric Noulard wrote: > 2011/10/7 Mathias Fröhlich : >> On Friday 07 October 2011, Eric Noulard wrote: >>> Concerning 1516 and 1516e specific module may be it would be interesting >>> to only have one module "FindRTI.cmake" . >> Sure this is there and finds the rti13 libs. >>

Re: [CMake] implements Comparable

2011-10-08 Thread EXT-Harris, Scott H
Darn - sorry, I posted this to the wrong mail list. From: EXT-Harris, Scott H Sent: Saturday, October 08, 2011 5:04 PM To: cmake@cmake.org Cc: EXT-Harris, Scott H Subject: implements Comparable Hi, How can I get SWIG to generate a java class that "implements Comparable"? Let's say I have a C++

[CMake] implements Comparable

2011-10-08 Thread EXT-Harris, Scott H
Hi, How can I get SWIG to generate a java class that "implements Comparable"? Let's say I have a C++ class X and an SWIG interface X that generates a compareTo(X rhs) method. If I use the Java class generated by SWIG in a TreeMap then the second put will throw this exception: CREATION exceptio

Re: [CMake] Xcode resources for different projects in different directories.

2011-10-08 Thread Johan Björk
Sounds like a bug/missing feature. File a bug with a example project that demonstrates the issue on the bugtracker, and hopefully someone will have time to take a look at it ;) /Johan On Sat, Oct 8, 2011 at 4:00 PM, Daniel Dekkers wrote: > Hi, > > I think I've asked this earlier, but still no s

[CMake] Xcode resources for different projects in different directories.

2011-10-08 Thread Daniel Dekkers
Hi, I think I've asked this earlier, but still no solution, so i'll try again. I'm targeting Xcode (iOS) and would like to have multiple projects (and one library) in a single workspace. In the individual projects, I set... SET_TARGET_PROPERTIES( ${APP_NAME} PROPERTIES RESOURCE "${RSRC_FILES}"

Re: [CMake] Shouldn't CMAKE_VERBOSE_MAKEFILE add false to VS 2010 vcxproj files?

2011-10-08 Thread Niels Dekker - address until 2014
Update: I locally fixed CMake's support for CMAKE_VERBOSE_MAKEFILE on Visual Studio 10 (or higher), and submitted a bug report: 0012504: Fix CMAKE_VERBOSE_MAKEFILE for Visual Studio 10 vcxproj files http://public.kitware.com/Bug/view.php?id=12504 It seems to me that only a few lines of code

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

2011-10-08 Thread Michael Hertling
On 10/08/2011 05:33 AM, michael lowell roberts wrote: > 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 proj

Re: [CMake] simple cmake example

2011-10-08 Thread John Drescher
On Fri, Oct 7, 2011 at 11:23 PM, Tim Coddington wrote: > 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

Re: [CMake] simple cmake example

2011-10-08 Thread Michael Hertling
On 10/08/2011 05:23 AM, Tim Coddington wrote: > 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