Re: [CMake] Bug ? Or I'm doing something wrong ?

2010-03-22 Thread David Cole
On Fri, Mar 19, 2010 at 5:28 PM, Benoit Thomas benoit.tho...@gameloft.comwrote: Hello, I have the following directory structure root |--- project A |--- project B Project A B both have their cmakelists.txt file Root has a cmakelists.txt file which does add_subdirectory

Re: [CMake] Bug ? Or I'm doing something wrong ?

2010-03-22 Thread Benoit Thomas
Yes that's what I mean, cmake re-runs from the root directory of the project, for every target in my project. Which means when I do a rebuild all in visual studio, every target in my project re-runs the root CMakeLists.txt, which re-build the whole visual studio solution. On my quad core,

[CMake] Bug ? Or I'm doing something wrong ?

2010-03-19 Thread Benoit Thomas
Hello, I have the following directory structure root |--- project A |--- project B Project A B both have their cmakelists.txt file Root has a cmakelists.txt file which does add_subdirectory for project A and B When I generate the tree in visual studio, I have a solution