POSIX regex support (was: Re: [CMake] Any suggestions for packaging a bizillion subprojects?)

2007-08-10 Thread Pau Garcia i Quiles
Quoting Brandon Van Every <[EMAIL PROTECTED]>: On 8/10/07, Christian Convey <[EMAIL PROTECTED]> wrote: What I'm trying to avoid is having to go into all 70 of those subdirectories and modifying each of those 70 CMakeLists.txt files, adding an INSTALL command to each file. Why avoid that? Yo

Re: [CMake] Any suggestions for packaging a bizillion subprojects?

2007-08-10 Thread Brandon Van Every
On 8/10/07, Christian Convey <[EMAIL PROTECTED]> wrote: > > What I'm trying to avoid is having to go into all 70 of those > subdirectories and modifying each of those 70 CMakeLists.txt files, > adding an INSTALL command to each file. Why avoid that? You could just write some regex replaces in CMa

[CMake] Any suggestions for packaging a bizillion subprojects?

2007-08-10 Thread Christian Convey
I've got a top-level directory with *70* subdirectories. Each subdirectory defines a sub-PROJECT (I'm not sure this was necessary), and typically one build target (either a library or program). I want to define two INSTALL components, which collectively will install all 70 targets. At my top-lev