[cmake-developers] Improving OpenSSL version support

2012-01-12 Thread Rolf Eike Beer
Hi, I just pushed the topic openssl-version to stage and would like someone to review it. There are 2 patches in it. The first one is an obvious bugfix and makes the version number detection work at all with OpenSSL 1.0.0! Currently the version number shown is 1.., which is fixed by the first

Re: [cmake-developers] Improving OpenSSL version support

2012-01-12 Thread Rolf Eike Beer
Am Donnerstag 12 Januar 2012, 16:58:05 schrieben Sie: On 1/12/2012 3:42 PM, Rolf Eike Beer wrote: I just pushed the topic openssl-version to stage and would like someone to review it. There are 2 patches in it. The first one is an obvious bugfix and makes the version number detection work

Re: [cmake-developers] Improving OpenSSL version support

2012-01-12 Thread Rolf Eike Beer
Am Donnerstag 12 Januar 2012, 16:58:05 schrieben Sie: On 1/12/2012 3:42 PM, Rolf Eike Beer wrote: I just pushed the topic openssl-version to stage and would like someone to review it. There are 2 patches in it. The first one is an obvious bugfix and makes the version number detection work

[cmake-developers] [CMake 0012873]: AUTOMOC produces same output moc file if target has two source files resides in different sub-directory

2012-01-12 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://www.cmake.org/Bug/view.php?id=12873 == Reported By:joseph2002 Assigned To:

Re: [CMake] C/CXX/Fortran Compiler not found.

2012-01-12 Thread Arjen Markus
Hi Kedar, strange, I use both the gcc/gfortran combination and the MSVC/Ifort combination with CMake and I have no problems such as you describe. Well, at least it is working for you now. Regards, Arjen On 2012-01-11 17:06, Kedar Moharana wrote: Dear Arjen, Just by googling I found a

Re: [CMake] How not to copy a link

2012-01-12 Thread Michael Hertling
On 01/11/2012 04:52 PM, David Cole wrote: On Wed, Jan 11, 2012 at 10:10 AM, Michael Hertling mhertl...@online.de wrote: On 01/07/2012 03:52 PM, David Cole wrote: On Sat, Jan 7, 2012 at 9:47 AM, David Cole david.c...@kitware.com wrote: On Fri, Jan 6, 2012 at 10:54 PM, Michael Hertling

Re: [CMake] subject changed: question about which bugs you're talking about

2012-01-12 Thread Patrick Spendrin
Am 11.01.2012 21:25, schrieb David Cole: On Wed, Jan 11, 2012 at 3:08 PM, Alexander Neundorf a.neundorf-w...@gmx.net wrote: On Wednesday 11 January 2012, Patrick Spendrin wrote: Am 02.01.2012 18:11, schrieb David Cole: Hi all, Replies requested. Short replies only. Read on. Just a short

[CMake] directshow change dll name to .ax

2012-01-12 Thread gilles B
Hi, I want to create a directshow filter (windows) and so change output name of my dll from myfilter.dll to myfilter.ax How to do this ? Thank you very much for your help regards Gilles. -- Powered by www.kitware.com Visit other Kitware open-source

Re: [CMake] directshow change dll name to .ax

2012-01-12 Thread Michael Wild
On 01/12/2012 04:26 PM, gilles B wrote: Hi, I want to create a directshow filter (windows) and so change output name of my dll from myfilter.dll to myfilter.ax How to do this ? Thank you very much for your help regards Gilles. set_target_properties(myfilter PROPERTIES SUFFIX .ax)

Re: [CMake] User configuration files for Visual Studio

2012-01-12 Thread Robert Dailey
Or you could just change the properties as normal in the VS options dialog, until you find settings that work and you want to keep. Then update the cache variables or whatnot in CMake, so next time you generate you will have them. There is nothing preventing you from using the normal method of

Re: [CMake] User configuration files for Visual Studio

2012-01-12 Thread James Bigler
I would be fine with that if the generation of these files would only happen if either they weren't present or you manually forced them to be created. Folks are just used to modifying them in the VS IDE, and it would be too easy for users to make a change in the IDE and then have CMake overwrite

[CMake] linker doesnt find shared library

2012-01-12 Thread Thorsten Wagner
Hello, i have a library libpnt.so under /usr/local/lib/pnt. I've added a pnt.conf with this path under /etc/ld.so.conf.d/ and execute ldconfig ldconfig -v | grep libpnt.so finds the library: libpnt.so.0 - libpnt.so.0.8.1 In the CMakeList.txt i try to link against the target:

Re: [CMake] linker doesnt find shared library

2012-01-12 Thread Rolf Eike Beer
Thorsten Wagner wrote: Hello, i have a library libpnt.so under /usr/local/lib/pnt. I've added a pnt.conf with this path under /etc/ld.so.conf.d/ and execute ldconfig ldconfig -v | grep libpnt.so finds the library: libpnt.so.0 - libpnt.so.0.8.1 In the CMakeList.txt i try to link

[CMake] Custom configuration types in Visual Studio

2012-01-12 Thread Robert Dailey
I see there is documentation for this but it doesn't have an implementation for VS generators: http://www.cmake.org/Bug/view.php?id=5811 Any status updates on this bug? I'd like to be able to create my own debug configuration called DebugStatic that uses the /MTd flag in all projects to link

[CMake] FindPythonLibs : Version selection on OS X

2012-01-12 Thread Nicholas Yue
Hi, Using the FindPythonLibs macros on OS X Lion always returns the standard Python 2.7 (shipped with Lion) There are other versions of Python which is also available in OS X Lion. Is it possible to inform FindPythonLibs to look for a different version of Python e.g. 2.6, if

Re: [CMake] FindPythonLibs : Version selection on OS X

2012-01-12 Thread Andreas Pakulat
On 13.01.12 15:33:23, Nicholas Yue wrote: Hi, Using the FindPythonLibs macros on OS X Lion always returns the standard Python 2.7 (shipped with Lion) There are other versions of Python which is also available in OS X Lion. Is it possible to inform FindPythonLibs to look for

[Cmake-commits] CMake branch, next, updated. v2.8.7-2078-g317fc87

2012-01-12 Thread Brad King
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 317fc87718745b28c78df1852b2b04c7b0800544 (commit) via

[Cmake-commits] CMake branch, master, updated. v2.8.7-94-g50edbf0

2012-01-12 Thread KWSys Robot
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, master has been updated via 50edbf0f224e81cb85a0588d2495676efc3101f2 (commit) from