Volo,
Thanks for sharing your cmake-profile-stats tool... I found it very useful.
With this tool and about ~10 minutes of tweaking, my configure phase runs
~4x faster!
@Bill: I hope similar profiling features will be included in a future
release!
Cheers,
Kyle
PS: I added a small extension to y
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 described in section 6.7 of Mastering CMake.
I have another Cmake man
On 8/10/07, Christian Convey <[EMAIL PROTECTED]> wrote:
> On 8/10/07, Kyle Heath <[EMAIL PROTECTED]> wrote:
> > I would like to use cmake to build a set of single target projects
> > (each project generates either one library or one executable). I
> > underst
I would like to use cmake to build a set of single target projects
(each project generates either one library or one executable). I
understand how to handle dependencies on external packages with the
Find.cmake scripts, but I don't know how to deal with internal
CMake built packages. There is som