Is there a MAKEFLAGS or CTEST_BUILD_FLAGS in your environment?

Where does the -j16 come from? (CTest should not be injecting that
unless you are telling it to somehow, so it either comes from one of
your scripts, or your environment...)

grep for just "\-j" -- the value 16 may come from a variable evaluation.


HTH,
David C.


On Thu, Jun 18, 2015 at 8:51 AM, Michael Jackson
<mike.jack...@bluequartz.net> wrote:
> We have a nightly build for our project as reported here 
> http://my.cdash.org/viewBuildError.php?buildid=781789 which is producing an 
> error. The short of it is that CTest is using xcodebuild (which is correct) 
> but is trying to pass the “-j16” style that normal “MakeFiles” would use. I 
> have looked through our CTest scripts (Which were adapted from VTK’s nightly 
> builds) but I am not seeing anything about that flag being explicitly called 
> out.
>
> Could anyone with nightly build experience help us out?
>
> Thanks
> Mike Jackson
> BlueQuartz Software
> --
>
> 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
-- 

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

Reply via email to