[CMake] Using MSVC Link Library Dependencies = YES and no Input Additional Dependencies?

2010-02-20 Thread Erwin Coumans
Hi, When creating Visual Studio project files, I prefer to use Link Library Dependencies, and not adding any of the library .lib files in the 'Input Additional Dependencies' field. CMake already adds the dependencies between projects, so setting this boolean " Link Library Dependencies" to true i

Re: [CMake] Using CPack to include shared libraries in rpms

2010-02-20 Thread Eric Noulard
2010/2/20 Robert Knapke : > Eric, > > The reason I asked my original question was because a user of ours who was > trying to install the project (using yum) was unable to install it (and it > displayed the boost python library as a missing dependency). ok I see. > If I am building the boost libr

Re: [CMake] Support for languages without linking phase etc

2010-02-20 Thread David Cole
On Fri, Feb 19, 2010 at 8:57 PM, Ivan Chernetsky wrote: > Hi there! > > I've written almost all the .cmake files required to add Erlang > support, but when I was approaching completion, I realized--to be > honest, got confused by the fact that there is no linking phase. So > here is the question:

Re: [CMake] FindSubversion on windows problem and solution.

2010-02-20 Thread David Cole
On Fri, Feb 19, 2010 at 8:08 PM, John Drescher wrote: > On Fri, Feb 19, 2010 at 7:30 PM, Tyler Roscoe wrote: > > On Fri, Feb 19, 2010 at 06:44:20PM -0500, John Drescher wrote: > >> Under windows I am using the cygwin svn executable for this. The find > >> module does not automatically find subve

Re: [CMake] Using CPack to include shared libraries in rpms

2010-02-20 Thread Robert Knapke
Eric, The reason I asked my original question was because a user of ours who was trying to install the project (using yum) was unable to install it (and it displayed the boost python library as a missing dependency). If I am building the boost libraries on my computer, would you suggest I just cr

Re: [CMake] Using CPack to include shared libraries in rpms

2010-02-20 Thread Eric Noulard
2010/2/20 Hendrik Sattler : > Am Samstag 20 Februar 2010 01:27:20 schrieb Robert Knapke: >> My CMake project links a boost python shared library when builiding the >> libraries and executables.  I am using CPack to make an rpm of my project, >> but the boost python shared library is not included in

Re: [CMake] CPACK RPM Gen not allowing symlinks.

2010-02-20 Thread Eric Noulard
2010/2/20 Eric Noulard : > 2010/2/18 Alexander Neundorf : >> On Thursday 18 February 2010, Schwartz, Philip wrote: >>> Hi all, >>> >>> I have a few libraries to install with my build that are prebuilt. They >>> consist of a .so and a symlink to the .so of .so.22. Currently when >>> installing, thin

Re: [CMake] CPACK RPM Gen not allowing symlinks.

2010-02-20 Thread Eric Noulard
2010/2/18 Alexander Neundorf : > On Thursday 18 February 2010, Schwartz, Philip wrote: >> Hi all, >> >> I have a few libraries to install with my build that are prebuilt. They >> consist of a .so and a symlink to the .so of .so.22. Currently when >> installing, things work correctly. But when I do