RE: [CMake] getting values from subdirs

2007-03-15 Thread Ken Martin
subdirs. Thanks Ken Ken Martin PhD Kitware Inc. 28 Corporate Drive Clifton Park NY 12065 518 371 3971 -Original Message- From: Luigi Calori [mailto:[EMAIL PROTECTED] Sent: Thursday, March 15, 2007 12:36 PM To: Ken Martin; cmake@cmake.org Subject: Re: [CMake] getting values from subdi

Re: [CMake] getting values from subdirs

2007-03-15 Thread Luigi Calori
f Of Luigi Calori Sent: Thursday, March 15, 2007 12:06 PM To: cmake@cmake.org Subject: [CMake] getting values from subdirs I would like to being able to collect a list of values from a macro that get called from several subdirs The obvious solutions to init it into the main CMakeLists and update w

RE: [CMake] getting values from subdirs

2007-03-15 Thread Ken Martin
ubdir values") Ken Ken Martin PhD Kitware Inc. 28 Corporate Drive Clifton Park NY 12065 518 371 3971 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Luigi Calori Sent: Thursday, March 15, 2007 12:06 PM To: cmake@cmake.org Subject: [CMake] gettin

[CMake] getting values from subdirs

2007-03-15 Thread Luigi Calori
I would like to being able to collect a list of values from a macro that get called from several subdirs The obvious solutions to init it into the main CMakeLists and update whithin the macro does not work as (probably) the init inside the main CmakeLists get executed anyway for each subdir If