[cmake-developers] Introduction and volunteering for the Matlab package
Raffi Enficiaud
raffi.enficiaud at free.fr
Thu Feb 19 10:12:23 EST 2015
Ok, I thought this was for the ctest program that accepts -j flag. I will do the change, I am running the build already with all the // flags removed.
Thanks,
Raffi
> On 19 Feb 2015, at 15:17, Brad King <brad.king at kitware.com> wrote:
>
> On 02/19/2015 06:49 AM, Raffi Enficiaud wrote:
>> Apparently there are some issues when things are running with the dashboard
>
> For the Visual Studio build on your Windows machine you have:
>
> set(CTEST_BUILD_FLAGS "-j4")
>
> which is not a valid msbuild flag. For that you could use
>
> set(CTEST_BUILD_FLAGS "-m4")
>
> instead.
>
> Thanks,
> -Brad
>
More information about the cmake-developers
mailing list