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
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
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
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
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
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
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
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
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.