Re: [CMake] Changes to how CMAKE_INCLUDE_PATH / CMAKE_LIBRARY_PATH function in 2.6.x

2008-11-17 Thread Philip Lowman
On Mon, Nov 17, 2008 at 4:15 PM, Alexander Neundorf <[EMAIL PROTECTED] > wrote: > On Sunday 16 November 2008, Philip Lowman wrote: > > I noticed local CMake variables for CMAKE_INCLUDE_PATH and > > Hmm, I can't reproduce the problem: Sorry for any wasted time. I did some work tonight first tryi

[CMake] text mode file-level dependency viewer?

2008-11-17 Thread Gordon Anderson
The graphiviz option is nice for higher level deps. Is there a command line tool that can do show dependencies to or from a given source file ? I'm using ad-hoc perl scripts and grep to search the CMakeFiles/.dir/depend.make file ... but has someone done this already? very useful. gord. ps. th

Re: [CMake] Version checking in FindFoo.cmake modules

2008-11-17 Thread Matt Williams
On Tuesday 18 November 2008 00:21:46 Matt Williams wrote: > On Tuesday 18 November 2008 00:20:39 Alexander Neundorf wrote: > > On Tuesday 18 November 2008, Matt Williams wrote: > > > I was reading up on the documentation on the 2.6 version of > > > find_package() and it seems that being able to pas

Re: [CMake] Version checking in FindFoo.cmake modules

2008-11-17 Thread Matt Williams
On Tuesday 18 November 2008 00:20:39 Alexander Neundorf wrote: > On Tuesday 18 November 2008, Matt Williams wrote: > > I was reading up on the documentation on the 2.6 version of > > find_package() and it seems that being able to pass a version string to > > it only works if find_package() uses a F

Re: [CMake] Version checking in FindFoo.cmake modules

2008-11-17 Thread Alexander Neundorf
On Tuesday 18 November 2008, Matt Williams wrote: > I was reading up on the documentation on the 2.6 version of find_package() > and it seems that being able to pass a version string to it only works if > find_package() uses a FooConfig.cmake file and not a FindFoo.cmake file. > > In other words, i

[CMake] Version checking in FindFoo.cmake modules

2008-11-17 Thread Matt Williams
I was reading up on the documentation on the 2.6 version of find_package() and it seems that being able to pass a version string to it only works if find_package() uses a FooConfig.cmake file and not a FindFoo.cmake file. In other words, if I'm writing a FindFoo.cmake file, it seems that the PA

Re: [CMake] Changes to how CMAKE_INCLUDE_PATH / CMAKE_LIBRARY_PATH function in 2.6.x

2008-11-17 Thread Alexander Neundorf
On Sunday 16 November 2008, Philip Lowman wrote: > I noticed local CMake variables for CMAKE_INCLUDE_PATH and Hmm, I can't reproduce the problem: $ cat CMakeLists.txt CMakeLists.txt: No such file or directory $ touch CMakeLists.txt $ /opt/cmake-HEAD/bin/cmake . ... -- Build files have been writt

[CMake] Updated TextMate CMake Bundle Available

2008-11-17 Thread Michael Jackson
Just thought I would drop a note that I have updated my TextMate CMake Bundle. It can be downloaded from http://www.bluequartz.net/software/files/CMake.tmbundle.pkg and is linked from the CMake Wiki page @ http://www.cmake.org/Wiki/CMake_Editors_Support#CMake_Editor_Modes Highlights of this r

[CMake] automatic install of targets

2008-11-17 Thread Jan Wurster
Hi everyone, Working on a project on the slightly larger side of things I'm in a situation where I need to support mainly Visual Studio builds. While switching to cmake 2.6.2, we've been experiencing an issue in a macro definition we use to automatically install a target in its post-build phase.