Re: [CMake] Variable Propagation

2010-06-12 Thread Michael Hertling
On 06/13/2010 02:57 AM, C. Meissa wrote: > Hello list, > > A varible ${var1} can be accessed in any subdirectory’s > CMakeLists.txt. > However, if those files change ${var1} these changes are not > accessible from the directory above. > > Is there any possibility of getting this done, anyway?

Re: [CMake] Reusing an already built object

2010-06-12 Thread Michael Hertling
On 06/12/2010 04:10 AM, Linghua Tseng wrote: > Continue the lastest post of this article: > http://www.cmake.org/pipermail/cmake/2009-October/032615.html > >> On Tuesday 13 October 2009, Alexander Neundorf wrote: >>> On Tuesday 13 October 2009, Naram Qashat wrote: >>> Say I have a main executable

[CMake] Variable Propagation

2010-06-12 Thread C. Meissa
Hello list, A varible ${var1} can be accessed in any subdirectory’s CMakeLists.txt. However, if those files change ${var1} these changes are not accessible from the directory above. Is there any possibility of getting this done, anyway? I need to provide easy adding for source files to the deve

Re: [CMake] Cross-compilation vs FindQt4.cmake

2010-06-12 Thread Andrey .
08.06.10, 00:44, "Alexander Neundorf" : > Can you please put all that in the cmake bug tracker > (http://public.kitware.com/Bug) so all that information doesn't get lost ? I've posted a bug #10823. You can find it at [1]. [1] http://public.kitware.com/Bug/view.php?id=10823 -- Andrey Hippo. __