On 02/12/2015 11:19 AM, Raffi Enficiaud wrote: > Please find attached the reworked patch
Thanks. I'll take a look when I get a chance. >> Use Windows Task Scheduler to run a .bat script that runs ctest on the >> dashboard script you create. > > It is really just running the commands in the page you mentioned with > -DCMake_TEST_FindMatlab=1, right? The definition needs to be put in the cache of the CMake build itself, not passed to the ctest script. To do that, add: set(dashboard_cache " CMake_TEST_FindMatlab:BOOL=ON ") before including the common script. 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
