[cmake-developers] [CMake 0012504]: Fix CMAKE_VERBOSE_MAKEFILE for Visual Studio 10 vcxproj files

2011-10-08 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://public.kitware.com/Bug/view.php?id=12504 == Reported By:Niels Dekker Assigned To:

Re: [cmake-developers] try_compile does not work for linker flags?

2011-10-08 Thread Stephen Kelly
Brad King wrote: On 10/7/2011 7:21 AM, Stephen Kelly wrote: I have a check for the Wl,--no-undefined flag in the test, and on some platforms the check passes (it seems), but the test fails later. Many linkers simply warn about an unused flag and ignore it. It's hard to test for them.

Re: [cmake-developers] Setting the link interface and dependencies in one command

2011-10-08 Thread Stephen Kelly
Bill Hoffman wrote: On 10/7/2011 11:30 AM, Brad King wrote: On 10/7/2011 11:23 AM, Stephen Kelly wrote: Brad King wrote: Good start. Please change the three Doing*Interface modes into an enumeration so we don't have to worry about keeping three booleans in a consistent state. Done.

Re: [CMake] The tao of find_package

2011-10-08 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. The

Re: [CMake] simple cmake example

2011-10-08 Thread John Drescher
On Fri, Oct 7, 2011 at 11:23 PM, Tim Coddington tim.codding...@rteamworks.com 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

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 project,

Re: [CMake] Shouldn't CMAKE_VERBOSE_MAKEFILE add SuppressStartupBannerfalse/... 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

[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] 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 d.dekk...@cthrough.nlwrote: Hi, I think I've asked this

[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

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-commits] CMake branch, next, updated. v2.8.6-1531-gfd014db

2011-10-08 Thread Stephen Kelly
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project CMake. The branch, next has been updated via fd014dbef718d834f671b5c5762beac6eb7734d2 (commit) via

[Cmake-commits] CMake branch, next, updated. v2.8.6-1533-g569cadc

2011-10-08 Thread Stephen Kelly
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project CMake. The branch, next has been updated via 569cadc9163fe731689a1193cd56d155e726a12f (commit) via