Re: [CMake] Inherited project settings

2010-02-03 Thread Brian Davis
>> Is there also a way to disable recursive sub directory project inheritance >> in CMake? >I don't know what you mean by "project inheritance", but AFAIK it is not >possible to disable inheriting settings from your parent directory. In Microsoft VS land this would be: Inherited Project Property S

Re: [CMake] Inherited project settings

2010-02-03 Thread Marcel Loose (Astron)
Hi Brian, You ask a lot of questions in one mail ;-) I'll answer some inline (see below). Best regards, Marcel Loose. On Tuesday 02 February 2010 22:15:11 Brian Davis wrote: > So I have various CMakeLists.txt files in my directory structure. Some > with the PROJECT( name ) specified at the top

[CMake] Inherited project settings

2010-02-02 Thread Brian Davis
So I have various CMakeLists.txt files in my directory structure. Some with the PROJECT( name ) specified at the top and some without. I am using add_sub directory to add each directory. /CMakeLists.txt /source/cpp/app/CMakeLists.txt /source/cpp/app/someapp/CMakeLists.txt /source/cpp/lib/CmakeLi