Re: [CMake] How to pack a target/file into multiple packages in Linux?

2012-11-04 Thread Ralph Zhang
That solves my problem, thank you! On Fri, Nov 2, 2012 at 4:56 PM, Eric Noulard wrote: > 2012/11/2 Ralph Zhang : > > Hi guys > > > > I'm working on a project which generates quite a few executables, > libraries > > and configs, they need to be packed into different packages for > deployment. >

[CMake] [New Module] FindPHP

2012-11-04 Thread Paul Colby
Hi everyone, First time posting here, so treading lightly.. ;) While working on a SWIG-based PHP binding for the Apache Qpid project, I had to create my own FindPHP module - one that finds a lot more information about the PHP development environment than the existing FindPHP4 module does, and is

Re: [CMake] How clean generated build system files

2012-11-04 Thread Clifford Yapp
On Sun, Nov 4, 2012 at 4:45 AM, lzprgmr wrote: > Thanks guys, so it is not supported currently in cmake for whatever > reasons. > It's not supported as a direct feature, to the best of my knowledge. That said, it is technically possible to do - it just requires you to create your own system on

Re: [CMake] OSX deployment target confusion for 2.8.10

2012-11-04 Thread Bradley Giesbrecht
Seeing the same thing trying to update the MacPorts cmake port to 2.8.10. The problem is in commit e7e613e. Patching Darwin.cmake back to revision 43b74793 solves the problem. The breakage is here: http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=e7e613efbf1da45a2a9e51d11a4022589d79c642 Rega

[CMake] find_package(xyz)

2012-11-04 Thread Marshall, Rob
Is the intent of the find_package() macro to be used to locate prebuilt third party libraries that have Include and library files prebuilt? Or can it be used in a scenario where third party source is on the local file system but will be built During the overall build process for a project? Than

Re: [CMake] How clean generated build system files

2012-11-04 Thread Bogdan Cristea
Thanks Cristea, but how about the project files or make files? Not sure, but I think they are regenerated. If this is all that you want it might be the best way. -- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Plea

Re: [CMake] How clean generated build system files

2012-11-04 Thread lzprgmr
Thanks guys, so it is not supported currently in cmake for whatever reasons. >>That would require cmake to know about all source files which may or may not be the case depending on your cmake rules I am not quite familiar with how cmake works, but in premake, user who write new rules is responsibl