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

2015-02-12 Thread Brad King
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

Re: [cmake-developers] [PATCH] Add support for Generator Expressions within XCODE_ATTRIBUTE target properties

2015-02-12 Thread Brad King
On 02/11/2015 02:48 PM, Gregor Jasny wrote: Signed-off-by: Gregor Jasny gja...@googlemail.com Thanks. Applied with minor updates and a test for the error case: Xcode: Teach XCODE_ATTRIBUTE target properties about generator expressions

Re: [cmake-developers] [CMake 0014317]: Configuration dependent install EXPORT

2015-02-12 Thread Brad King
On 02/11/2015 04:19 AM, opensgu...@web.de wrote: Is there any chance the feature to support genex in DESTINATION the install() command will be added? I've implemented it for install(TARGETS): http://www.cmake.org/Bug/view.php?id=14317#c37959 That is the important one AFAICT. For other

Re: [cmake-developers] Fortran detection, issue 9220

2015-02-12 Thread Alan W. Irwin
Here is one more extremely simple idea for solving this bug. Assuming all of CMake always errors out using the same piece of error-processing code, couldn't enable_language(OPTIONAL) immediately set an internal variable which is honored by that error-processing code to turn all further errors

[cmake-developers] [ANNOUNCE] CMake 3.1.3 Released

2015-02-12 Thread Robert Maynard
We are pleased to announce that CMake 3.1.3 is now available for download. Please use the latest release from our download page: http://www.cmake.org/download/ Thanks for your support! - Changes in 3.1.3 since 3.1.2:

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

2015-02-12 Thread Raffi Enficiaud
On 12 Feb 2015, at 19:03, Brad King brad.k...@kitware.com wrote: 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.

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

2015-02-12 Thread Raffi Enficiaud
Dear Brad, Please find attached the reworked patch + some more log in case of error of the matlab unit tests. I rebased the work on master rev 09cdcc5 and squashed the patch as you required. Use Windows Task Scheduler to run a .bat script that runs ctest on the dashboard script you create.