[CMake] Visual Studio configurations with cmake

2011-12-03 Thread terje loe
Hi, I'm trying to set up cmake for my visual studio project.. I' ve set it up so it works fine for make files, but got some problems setting it up as I want it for visual studio. 1. I'm setting up different visual studio configurations so I have DebugOpenGL, DebugDirectX, ReleaseOpenGL and

Re: [CMake] Visual Studio configurations with cmake

2011-12-03 Thread Michael Hertling
On 12/03/2011 12:31 PM, terje loe wrote: Hi, I'm trying to set up cmake for my visual studio project.. I' ve set it up so it works fine for make files, but got some problems setting it up as I want it for visual studio. 1. I'm setting up different visual studio configurations so I have

Re: [CMake] XCode post-build processing?

2011-12-03 Thread g...@novadsp.com
Thanks Michael. Now how do I make 'copy' copy a Mac .app bundle? copy file simply creates an empty directory call mac.app and copy directory refuses to obey. Thx++ On 02/12/2011 05:43, Michael Wild wrote: On 12/01/2011 11:24 PM, g...@novadsp.com wrote: How can I get the same effect as the

Re: [CMake] The upcoming CMake 2.8.7 release candidate cycle

2011-12-03 Thread Rolf Eike Beer
Am Donnerstag, 1. Dezember 2011, 16:39:02 schrieb David Cole: Reminder for contributors: Just one more reminder: CMake 2.8.7-rc1 is scheduled for next Wednesday, Dec. 7th. Please get topics finished up and merged to 'next' before 01:00:00 UTC next Tuesday morning. (That's Monday night at 8

Re: [CMake] Best practices/preferred methods for linking external libraries

2011-12-03 Thread Alan W. Irwin
Hi Matt: On 2011-12-02 19:33- Matthew LeRoy wrote: Thanks, Alan, I'll give some of that a shot and see what we can come up with. Learning about another project that uses CMake (PLplot) that we can look at for examples and inspiration helps, too. From what I can tell, the stuff you

Re: [CMake] Best practices/preferred methods for linking external libraries

2011-12-03 Thread Alan W. Irwin
On 2011-12-03 12:42-0800 Alan W. Irwin wrote: On 2011-12-02 19:33- Matthew LeRoy wrote: Assuming we want to just put the install tree in version control somewhere, and have ProjectB's list files reference the install tree out of version control, is writing a Find module the best way to

[CMake] Running a executable after generation

2011-12-03 Thread terje loe
Is it possible to get cmake to run a executable or a script after it has generated the project/make files?I know of execute_process() , but this runs the process while generating. As it seems like cmake currently doesn't support what I want to do I would like to run a script after the

Re: [CMake] Running a executable after generation

2011-12-03 Thread J Decker
On Sat, Dec 3, 2011 at 3:58 PM, terje loe terje...@hotmail.com wrote: Is it possible to get cmake to run a executable or a script after it has generated the project/make files? I know of execute_process() , but this runs the process while generating. As it seems like cmake currently doesn't

[Cmake-commits] CMake branch, next, updated. v2.8.6-2101-gaf2d5df

2011-12-03 Thread Clinton Stimpson
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 af2d5df5bb8015c14ab754a07900605c3504b4d3 (commit) via