[CMake] visual studio parallel build

John Drescher drescherjm at gmail.com
Thu Jul 30 14:47:18 EDT 2009


On Thu, Jul 30, 2009 at 2:44 PM, j s<j.s4403 at gmail.com> 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


More information about the CMake mailing list