[cmake-developers] Introduction and volunteering for the Matlab package

Brad King brad.king at kitware.com
Thu Feb 12 13:03:39 EST 2015


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



More information about the cmake-developers mailing list