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.k...@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
> 

-- 

Powered by www.kitware.com

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/cmake-developers

Reply via email to