Re: [CMake] Question about find package in Module mode

2012-10-09 Thread Fabio Fracassi
On 10/9/12 5:05 PM, Andreas Pakulat wrote: Hi, On Tue, Oct 9, 2012 at 4:42 PM, Fabio Fracassi wrote: On 10/9/12 4:12 PM, Andreas Pakulat wrote: Hi, On Tue, Oct 9, 2012 at 3:46 PM, Fabio Fracassi wrote: Hello, I am using find_package in Module mode for a Library that is also build using

[CMake] Question about find package in Module mode

2012-10-09 Thread Fabio Fracassi
Fabio -- Dipl.-Inf. Fabio Fracassi BZMM - Charite & Fraunhofer IPK (bzmm.charite.de) Augustenburger Platz. 1 13353 Berlin Tel. +49 (0)30 / 450 555 185 -- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep mess

[CMake] Project- and Source- group fun

2012-07-31 Thread Fabio Fracassi
| \- contents of z \- contents of x regards Fabio -- Dipl.-Inf. Fabio Fracassi BZMM - Charite & Fraunhofer IPK (bzmm.charite.de) Augustenburger Platz. 1 13353 Berlin -- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/o

[CMake] Question on internal CMAKE_* variables and scope

2012-07-31 Thread Fabio Fracassi
e scope of cmake internal variables is a different thing. As a workaround I used a macro, but I'd rather not. Is this a bug? Or is there something different I need to do? regards Fabio -- Dipl.-Inf. Fabio Fracassi BZMM - Charite & Fraunhofer IPK (bzmm.charite.de) Augustenburger Pl

Re: [CMake] Why FindBoost messaging not unified?

2009-10-09 Thread Fabio Fracassi
Philip Lowman schrieb: If you have any other CMake related suggestions please feel free to accompany your mailing list posts with a feature request and/or patch on the bugtracker if you have the time. http://public.kitware.com/cgi-bin/viewcvs.cgi/Modules/FindBoost.cmake?root=CMake&view=log

Re: [CMake] Hide Visual Studio Projects.

2009-10-06 Thread Fabio Fracassi
Surya Kiran Gullapalli schrieb: On Tue, Oct 6, 2009 at 12:34 PM, Surya Kiran Gullapalli > wrote: Hello All, I came across this blog about hiding visual studio projects

[CMake] Copying different files during debug/release (was: Re: file1 newer than file2 test)

2009-09-28 Thread Fabio Fracassi
Hello James, James Bigler schrieb: I need to copy dlls into the binary directory, but I want to do it conservatively. Also I need different versions for Debug and Release, so add_custom_command doesn't work due to the lack of configuration specific dependencies. Ultimately, what I think I'l