[CMake] How to link static and shared libraries at the same time?

2013-03-10 Thread Ulrich Heinicke
Hi, I have a shared library in which i need must link some libraries. Five of these libraries should be link as shared libraries, but one must be linked as static library. How can i do this? Thanks -- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/o

[CMake] RE: [CDash] Set program path on the client-side, with client.cdash.xml

2013-03-10 Thread David Cole
Is the repository string set correctly for anonymous checkout in the CDash project settings? From: Guillaume Blanc Sent: ‎March‎ ‎10‎, ‎2013 ‎3‎:‎56‎ ‎AM To: David Cole CC: cmake@cmake.org Subject: Re: [CMake] [CDash] Set program path on the client-side, with client.cdash.xml This is how

[CMake] Link something to future installed library

2013-03-10 Thread David Demelier
Hello, I'm trying to make a common core library that will help creating modules, my modules will link against it but this will not work as these modules will link against the library in the binary build directory. My CMakeLists.txt is quite complexe with a lot of subdirectories so I will just

Re: [CMake] Link something to future installed library

2013-03-10 Thread Rolf Eike Beer
David Demelier wrote: > Hello, > > I'm trying to make a common core library that will help creating modules, my > modules will link against it but this will not work as these modules will > link against the library in the binary build directory. > > My CMakeLists.txt is quite complexe with a lot

Re: [CMake] [CDash] Set program path on the client-side, with client.cdash.xml

2013-03-10 Thread Guillaume Blanc
Yes I think repository string (which is https://code.google.com/p/ozz-animation/) is set correctly. To test it I copied/pasted the clone command (taken from the log below) to the git bash, and it works fine. Also if I add git/bin directory to my path environment variable, ctest script runs well.

[CMake] How to set Overwrite or no over write in install(FILES ....)?

2013-03-10 Thread hce
Hi, I have following statement to install a file from source directory to destination. It got a conflict error if the destination has already had the file. install(FILES "${source}/myfile.txt" DESTINATION ${destination}) Is there anyway to set either overwrite, or no overwrite if the file exist

[CMake] adding program suffix

2013-03-10 Thread Chandan Choudhury
Dear cmake users, I am very new to cmake. I really find it interesting. I installed gromacs (4.6.1) with it. One simple query regarding its usage is, how do I add program suffix to the executables created. Chandan -- Chandan kumar Choudhury NCL, Pune INDIA -- Powered by www.kitware.com Visit o