Re: [CMake] Running a executable after generation

2011-12-03 Thread J Decker
On Sat, Dec 3, 2011 at 3:58 PM, terje loe 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 support what I wa

[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 generatio

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 do

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 menti

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 >

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 V

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

[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 Rele