Re: [CMake] decision based on being a nested project

2010-06-08 Thread Michael Hertling
On 06/08/2010 09:00 PM, Nathan Huesken wrote: > Hi, > > As can be read in an earlier thread, I am trying to nest a cmake > project (call it "inner") into another cmake project (call it "outer"). > The "inner" project should be extracable and run as its own project. > > Having trouble with EXTERNA

[CMake] decision based on being a nested project

2010-06-08 Thread Nathan Huesken
Hi, As can be read in an earlier thread, I am trying to nest a cmake project (call it "inner") into another cmake project (call it "outer"). The "inner" project should be extracable and run as its own project. Having trouble with EXTERNALPROJECT_ADD, I am trying to add the project as a subdir. So