Has anyone tried building VTK or Paraview with the latest CMake CVS version
in XP or Vista?
I am using the lastst cvs version of CMake and when I try to build VTK or
ParaView3 I get lots of:
CMakeError: Parse error in cache file ,. Offending Entry:
CloseHandleError
I am pretty sure that this is a
On Wednesday 15 August 2007 21:08, Kyle Heath wrote:
> I have read the Mastering CMake book and I'm still having trouble
> getting inter package dependencies working (in source trees).
>
> The Situation:
> I have a CMake managed static lib package called libA with a
> libAConfig.cmake file as descr
On 2007-08-16 15:18+0100 Tim Schooley wrote:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi all!
[My first post, please bear with me...]
I've been porting a Makefile project to use CMake. Thankfully, it's gone
very smoothly, and now I'm just trying to iron out some ripples. CMake
truly rock
On Thursday 16 August 2007 10:18, Tim Schooley wrote:
> Hi all!
>
> [My first post, please bear with me...]
>
> I've been porting a Makefile project to use CMake. Thankfully, it's gone
> very smoothly, and now I'm just trying to iron out some ripples. CMake
> truly rocks.
>
> I found some advice on
Tim Schooley wrote:
Unfortunately, that's right, but at least "make pristine" or "make
mrproper" is somewhat conventional as a "cleaner-than-clean" target.
True. I should probably do this, as I'm sure there will be other outputs
that need manual cleaning (doxygen stuff and test result files).
Tim Schooley wrote:
My second problem: I'm aware that you currently cant add custom commands
to the "clean" target, but is there _any_ way of cleaning up the kernel
module source directory when "clean" is called, even if it's a slightly
nasty hack ?
Do an ADD_CUSTOM_TARGET for something like `m
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi all!
[My first post, please bear with me...]
I've been porting a Makefile project to use CMake. Thankfully, it's gone
very smoothly, and now I'm just trying to iron out some ripples. CMake
truly rocks.
I found some advice on this mailing list for
Hello,
how can I add a dependency of a target to the test environment, which is
created by CMake?
ADD_TEST(.)
ADD_DEPENDENCIES(.) doesn't work!?
Thanks,
Markus
___
CMake mailing list
CMake@cmake.org
http://www.cmake.org/mailman/listinfo/cmake