On 10/24/2017 05:47 PM, Alan W. Irwin wrote: > Since I essentially never get CMake build errors when building > CMake by hand using the bootstrap method, I assume these build > errors are due to some issue with how I set up my_dashboard.cmake.
The difference is that the script is testing the nightly stage of in-flight topics that have not yet landed in `master`. You just happened to run this for the first time on one of the occasional nights that compiler errors were introduced. > set(CTEST_SITE "raven home computer") Please use a name with no spaces. > Also, as you can see above I did not specify > CTEST_BUILD_CONFIGURATION, but unlike normal builds it appears for > this script that the Debug configuration is the default. How do I > turn that off? What configuration do you want to build? Just set(CTEST_BUILD_CONFIGURATION Release) will build the Release config. -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