Re: [CMake] 2.6.1 RC12 add_subdirectory(xxx EXCLUDE_FROM_ALL) problems

2008-08-07 Thread Brad King
temp wrote: > Bill Hoffman wrote: >> Ross, Thomas wrote: >> That is a new feature of 2.6.X, any library that is linked into >> something is included, even if it is excluded from all. The >> sub-projects are also now complete. The reasoning is that you could get >> incomplete builds if we don't

Re: [CMake] 2.6.1 RC12 add_subdirectory(xxx EXCLUDE_FROM_ALL) problems

2008-08-07 Thread Ross, Thomas
> -Original Message- > From: Bill Hoffman [mailto:[EMAIL PROTECTED] > Sent: Friday, July 25, 2008 8:20 PM > To: Ross, Thomas > Cc: cmake@cmake.org > Subject: Re: [CMake] 2.6.1 RC12 add_subdirectory(xxx > EXCLUDE_FROM_ALL) problems > > Ross, Thomas wrote: >

[CMake] 2.6.1 RC12 add_subdirectory(xxx EXCLUDE_FROM_ALL) problems

2008-07-28 Thread temp
> Ross, Thomas wrote: > > Hello List! > > > > I was planning to switch a project from CMake 2.4.8 to CMake 2.6.1 when > > it hits final and was trying out the newest RC12 to see if it works for > > me so far. > > > > So what am I doing... > > > > I have an "add_subdirectory(3rdParty EXCLUDE_FROM

Re: [CMake] 2.6.1 RC12 add_subdirectory(xxx EXCLUDE_FROM_ALL) problems

2008-07-25 Thread Bill Hoffman
Ross, Thomas wrote: Hello List! I was planning to switch a project from CMake 2.4.8 to CMake 2.6.1 when it hits final and was trying out the newest RC12 to see if it works for me so far. So what am I doing... I have an "add_subdirectory(3rdParty EXCLUDE_FROM_ALL)" in my main CMakeLists.txt tha

[CMake] 2.6.1 RC12 add_subdirectory(xxx EXCLUDE_FROM_ALL) problems

2008-07-25 Thread Ross, Thomas
Hello List! I was planning to switch a project from CMake 2.4.8 to CMake 2.6.1 when it hits final and was trying out the newest RC12 to see if it works for me so far. So what am I doing... I have an "add_subdirectory(3rdParty EXCLUDE_FROM_ALL)" in my main CMakeLists.txt that generates a standalo