Re: [CMake] Nesting a cmake project

2010-06-14 Thread aaron.meadows
give a bit more detail regarding the "desirable behavior". Aaron C. Meadows -Original Message- From: cmake-boun...@cmake.org [mailto:cmake-boun...@cmake.org] On Behalf Of Eric Wing Sent: Monday, June 07, 2010 5:25 PM To: Tyler Roscoe Cc: CMake Mailinglist Subject: Re: [CMake]

Re: [CMake] Nesting a cmake project

2010-06-07 Thread Eric Wing
> On Mon, Jun 07, 2010 at 02:14:00PM -0400, Nathan Huesken wrote: >> > 1. Why do you need to nest one project inside the other? I think you >> > will have less trouble if you treat each one as its own independent >> > project. >> >> Because it the outer projects depends on the inner and they are >>

Re: [CMake] Nesting a cmake project

2010-06-07 Thread Tyler Roscoe
I just looked at your email address and now I'm pretty sure I know why I've had "Lonely Rolling Star" from the Katamri Damacy soundtrack stuck in my head all morning :). On Mon, Jun 07, 2010 at 02:14:00PM -0400, Nathan Huesken wrote: > > 1. Why do you need to nest one project inside the other? I t

Re: [CMake] Nesting a cmake project

2010-06-07 Thread Nathan Huesken
On Mon, 7 Jun 2010 10:48:30 -0700 Tyler Roscoe wrote: > On Mon, Jun 07, 2010 at 11:54:12AM -0400, Nathan Huesken wrote: > > I have a cmake project into which I want to nest another cmake > > project. The nested cmake project is a complete project working on > > its own, and the outer cmake projec

Re: [CMake] Nesting a cmake project

2010-06-07 Thread Tyler Roscoe
On Mon, Jun 07, 2010 at 11:54:12AM -0400, Nathan Huesken wrote: > I have a cmake project into which I want to nest another cmake project. > The nested cmake project is a complete project working on its own, and > the outer cmake project depends on it. > So when the outer cmake project is build, the

[CMake] Nesting a cmake project

2010-06-07 Thread Nathan Huesken
Hi, I have a cmake project into which I want to nest another cmake project. The nested cmake project is a complete project working on its own, and the outer cmake project depends on it. So when the outer cmake project is build, the inner one should be build first. The inner, as well as the outer c