[cmake-developers] Introduction and volunteering for the Matlab package
Brad King
brad.king at kitware.com
Thu Feb 19 09:17:22 EST 2015
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