Re: [CMake] VS2010 problem with upper case CPP extension

2010-04-25 Thread Michael Hertling
On 04/25/2010 12:10 PM, Michael Wild wrote: On 25. Apr, 2010, at 11:37 , Jarl Lindrud wrote: Hi, I've just run cmake 2.8.1, with the Visual Studio 10 generator, on a cmake project that I've previously been running the VS2008 generator on. There appears to be a problem with C++ source

Re: [CMake] Apply FIND_PACKAGE_HANDLE_STANDARD_ARGS() on COMPONENTS

2010-04-24 Thread Michael Hertling
On 04/22/2010 02:04 PM, Michael Wild wrote: On 22. Apr, 2010, at 13:50 , S Roderick wrote: On Apr 22, 2010, at 06:21 , Michael Hertling wrote: On 04/21/2010 09:29 PM, S Roderick wrote: On Apr 21, 2010, at 15:13 , Alexander Neundorf wrote: On Tuesday 20 April 2010, Michael Hertling wrote

Re: [CMake] Apply FIND_PACKAGE_HANDLE_STANDARD_ARGS() on COMPONENTS

2010-04-23 Thread Michael Hertling
On 04/22/2010 01:50 PM, S Roderick wrote: On Apr 22, 2010, at 06:21 , Michael Hertling wrote: On 04/21/2010 09:29 PM, S Roderick wrote: On Apr 21, 2010, at 15:13 , Alexander Neundorf wrote: On Tuesday 20 April 2010, Michael Hertling wrote: Dear CMake community, dear CMake developers

Re: [CMake] Apply FIND_PACKAGE_HANDLE_STANDARD_ARGS() on COMPONENTS

2010-04-22 Thread Michael Hertling
On 04/21/2010 09:13 PM, Alexander Neundorf wrote: On Tuesday 20 April 2010, Michael Hertling wrote: Dear CMake community, dear CMake developers, ... There's another aspect related to this I'd like to comment on: During the abovementioned considerations on the bug tracker and the mailing

Re: [CMake] Apply FIND_PACKAGE_HANDLE_STANDARD_ARGS() on COMPONENTS

2010-04-22 Thread Michael Hertling
On 04/21/2010 09:29 PM, S Roderick wrote: On Apr 21, 2010, at 15:13 , Alexander Neundorf wrote: On Tuesday 20 April 2010, Michael Hertling wrote: Dear CMake community, dear CMake developers, ... There's another aspect related to this I'd like to comment on: During the abovementioned

Re: [CMake] I'm confused with Find*.cmake and *-config.cmake

2010-04-21 Thread Michael Hertling
On 04/20/2010 09:40 PM, Benoit Thomas wrote: On 2010-04-20 03:27, Michael Hertling wrote: On 04/19/2010 10:07 PM, Benoit Thomas wrote: I'm using an external library which is already compiled. I have wrapped the library in a MyLib.cmake and use it in cmake as an imported library

Re: [CMake] I'm confused with Find*.cmake and *-config.cmake

2010-04-20 Thread Michael Hertling
don't have to tell CMake where to find it; otherwise, consider CMAKE_PREFIX_PATH from the command line or via ccmake et al. 'hope this helps a little bit, and to CMake experts: Feel free to beat me if I'm telling nonsense, but give some enlightenment afterward. ;-) Best regards, Michael Hertling

[CMake] Apply FIND_PACKAGE_HANDLE_STANDARD_ARGS() on COMPONENTS

2010-04-19 Thread Michael Hertling
words: XXX_FOUND simply does not carry enough information about available components from a multi-component package, so, IMHO, a component's absence isn't sufficient to negate XXX_FOUND. Any comments, suggestions etc. would be greatly appreciated. Best regards, Michael Hertling

<    3   4   5   6   7   8