To clarify, if my dependencies are properly spelled out correctly for all of my targets, the build order will be handled properly in Visual Studio?
Regards, Juan On Thu, Jul 30, 2009 at 1:47 PM, John Drescher <[email protected]> wrote: > On Thu, Jul 30, 2009 at 2:44 PM, j s<[email protected]> wrote: > > Going into the build configuration and telling it to run tests, (I think > the > > checkbox is RUNTESTS, but I don't have my laptop here), causes it to run > > tests as it is trying to compile the main executable for my project. > > > > The directory structure is: > > lib1 > > lib2 > > lib3 > > main (location of the main() entry point of the program) > > testing > > > > CTEST is being called before it is done compiling my application. > > I can tell you that tests can be a problem because RUN_TEST is by > default not dependent on any of the other projects in your build. > There have been a couple of threads about this a few months back. > > John >
_______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake
