[CMake] Use CMake to create C# project

2010-04-23 Thread Andreas Roth
Hello to all, i try to find out how i could integrate my C# projects into my CMake project files. As far as i know CMake does not natively support C# projects. Is it planned to add this functionality? If yes, when will be be ready? Thanks, Andreas Roth

[CMake] Some questions about dependencies

2010-04-23 Thread Magnus Therning
Does INSTALL( FILES ... ) have the same limitations regarding the location of the commands that generate the files in question as ADD_CUSTOM_COMMAND( ... DEPENDS ... ) has? That is, proper dependencies for the files given to INSTALL will only be generated when the files are the output of a custom

[CMake] A target for 'install'?

2010-04-23 Thread Magnus Therning
Is there a target for 'install' that I can add dependencies to by using add_dependencies()? /M -- Magnus Therning(OpenPGP: 0xAB4DFBA4) magnus@therning.org Jabber: magnus@therning.org http://therning.org/magnus identi.ca|twitter: magthe

Re: [CMake] Looking for a way to do 'make install' to a destination

2010-04-23 Thread Eric Noulard
2010/4/19 Michael Wild them...@gmail.com: On 19. Apr, 2010, at 16:22 , Magnus Therning wrote: On Mon, Apr 19, 2010 at 11:36, Remy Chibois rchib...@gmail.com wrote: On Apr 19, 2010, at 12:16 PM, Magnus Therning wrote: It's some times useful to do an install rooted not at '/' but at some

Re: [CMake] A target for 'install'?

2010-04-23 Thread Eric Noulard
2010/4/23 Magnus Therning mag...@therning.org: On Fri, Apr 23, 2010 at 14:31, Eric Noulard eric.noul...@gmail.com wrote: 2010/4/23 Magnus Therning mag...@therning.org: Is there a target for 'install' that I can add dependencies to by using add_dependencies()? This is currently unsupported.

Re: [CMake] Why is this custom command run twice?

2010-04-23 Thread Aaron_Wright
Is there no interest in this differing behavior between Linux and Windows? I'm a little worried that CMake doesn't produce the same results in both situations. Aren't those kind of things bugs? If no one knows the answer off the top of their head, are there some debugging tips or avenues of

[CMake] Unit tests, but not CTest

2010-04-23 Thread Magnus Therning
A project that I'm currently trying to convert over to CMake has several unit tests written as standalone executables. Are there any examples around for integrating the running of such tests as part of the build in CMake? /M -- Magnus Therning(OpenPGP: 0xAB4DFBA4)

Re: [CMake] Unit tests, but not CTest

2010-04-23 Thread Tyler Roscoe
On Fri, Apr 23, 2010 at 04:24:06PM +0100, Magnus Therning wrote: A project that I'm currently trying to convert over to CMake has several unit tests written as standalone executables. Are there any examples around for integrating the running of such tests as part of the build in CMake?

[CMake] ExternalProjects: How do ExternalProject_add and ExternalProject_Add_Step interact?

2010-04-23 Thread kent williams
So... I have been working on my 'Holy Grail' CMakeLists.txt that builds all prerequisites to my application as ExternalProjects, and then builds my application (also as an External Project). In getting it to work on OS X and Linux I ran into an issue: If you build Tcl, and install it, it

Re: [CMake] Unit tests, but not CTest

2010-04-23 Thread Magnus Therning
On Fri, Apr 23, 2010 at 16:35, Tyler Roscoe ty...@cryptio.net wrote: On Fri, Apr 23, 2010 at 04:24:06PM +0100, Magnus Therning wrote: A project that I'm currently trying to convert over to CMake has several unit tests written as standalone executables.  Are there any examples around for

Re: [CMake] Unit tests, but not CTest

2010-04-23 Thread Adolfo Rodríguez Tsouroukdissian
On Fri, Apr 23, 2010 at 5:56 PM, Magnus Therning mag...@therning.orgwrote: On Fri, Apr 23, 2010 at 16:35, Tyler Roscoe ty...@cryptio.net wrote: On Fri, Apr 23, 2010 at 04:24:06PM +0100, Magnus Therning wrote: A project that I'm currently trying to convert over to CMake has several unit

Re: [CMake] Unit tests, but not CTest

2010-04-23 Thread Magnus Therning
2010/4/23 Adolfo Rodríguez Tsouroukdissian adolfo.rodrig...@pal-robotics.com: On Fri, Apr 23, 2010 at 5:56 PM, Magnus Therning mag...@therning.org wrote: On Fri, Apr 23, 2010 at 16:35, Tyler Roscoe ty...@cryptio.net wrote: On Fri, Apr 23, 2010 at 04:24:06PM +0100, Magnus Therning wrote:

Re: [CMake] ExternalProjects: How do ExternalProject_add and ExternalProject_Add_Step interact?

2010-04-23 Thread kent williams
Answering my own question -- I think. This maybe is information that could be added to the documentation for ExternalProjects.cmake! ExternalProject_Add creates a project, e.g. ExternalProject_Add(tcl CVS_REPOSITORY :pserver:anonymous:@tcl.cvs.sourceforge.net:/cvsroot/tcl CVS_TAG -r core-8-5-7

Re: [CMake] can't remove RPATH from libtcl8.5.so (Linux) CMake Git version

2010-04-23 Thread kent williams
Answering my own question again -- this is a logged bug here: http://public.kitware.com/Bug/view.php?id=9284 David Cole is of the opinion this error is useful in the context of fixup_bundle. Maybe so, but it's a right PITA. If you're building the library that's getting copied as part of

Re: [CMake] ExternalProjects: How do ExternalProject_add and ExternalProject_Add_Step interact?

2010-04-23 Thread Luigi Calori
There is some info at http://www.kitware.com/products/archive/kitware_quarterly1009.pdf based on that I thought it was enouth do depend upon just the install in your case... I am collecting external projects for several libs, It seem you are building at least VTK and Tcl and Tk that I

[CMake] Ralph Barth/AEH/DBS/GDB ist außer Haus . Original subject: 'CMake Digest, Vol 72, Is sue 65'

2010-04-23 Thread Ralph . Barth
Ralph Barth will be out of the office starting 23.04.2010 and will be returning on 24.04.2010. Ich werde Ihre Nachrichten nach meiner Rückkehr beantworten. Deutsche Börse Systems AG Chairman of the Supervisory Board/

Re: [CMake] Why is this custom command run twice?

2010-04-23 Thread Eric Noulard
2010/4/23 aaron_wri...@selinc.com Is there no interest in this differing behavior between Linux and Windows? I'm pretty sure there should be :-) But may be not as urgent as you wish. I'm a little worried that CMake doesn't produce the same results in both situations. Aren't those kind of

Re: [CMake] Why is this custom command run twice?

2010-04-23 Thread Brad King
aaron_wri...@selinc.com wrote: This builds ok the first time, but then change the generated.txt.in and run the build twice and the second time you'll see Using generated.txt again, which I don't want to see. I've tried VS 2008 and NMake, using CMake 2.8 and 2.8.1. I was able to reproduce

Re: [CMake] Apply FIND_PACKAGE_HANDLE_STANDARD_ARGS() on COMPONENTS

2010-04-23 Thread Michael Hertling
On 04/22/2010 01:50 PM, S Roderick wrote: 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] Can't double-click to launch Mac app bundle

2010-04-23 Thread Mike Jackson
What error message is given? Did you copy the qtmenu.nib into the proper place in the case of a cocoa application. - Mike Jackson www.bluequartz.net Principal Software Engineer mike.jack...@bluequartz.net BlueQuartz Software Dayton, Ohio On Apr 23,

Re: [CMake] Can't double-click to launch Mac app bundle

2010-04-23 Thread Timothy Shead
On 4/23/10 3:28 PM, Ben Medina wrote: Hello all, I have a Qt-based Mac app that I build with CMake. I run fixup_bundle on it to copy all pre-requisites over during the install step. However, when I double-click on the .app, the application does not launch. It's icon bounces a few times in the

[Cmake-commits] CMake branch, master, updated. 6ea92132449275bdd485a6a5a27f399896d16720

2010-04-23 Thread cmake-commits
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, master has been updated via 6ea92132449275bdd485a6a5a27f399896d16720 (commit) from