[CMake] CDash subprojects in CMake

2012-03-26 Thread Michele Dolfi
Hi, I would like to use CDash sub projects when I submit to the dashboard, but I don't find anywhere instructions on how to send the LABEL property. I set up the LABEL property for my executables and their tests, and after the execution tests I already get a summary according to these labels.

[CMake] Setting CTEST_BUILD_NAME from cmake config

2012-08-24 Thread Michele Dolfi
Hi all, I started using CMake, CTest and CDash, with the simple targets Nightly, Continuous and Experimental: it works very well. Now I would like to divide my project in subproject, so that a failure in compiling one small test is not affecting the full dashboard report. I read that ctest driver

Re: [CMake] Setting CTEST_BUILD_NAME from cmake config

2012-08-24 Thread Michele Dolfi
On Fri, Aug 24, 2012 at 3:24 PM, David Cole david.c...@kitware.com wrote: On Aug 24, 2012, at 9:01, Michele Dolfi dolfim...@gmail.com wrote: Hi all, I started using CMake, CTest and CDash, with the simple targets Nightly, Continuous and Experimental: it works very well. Now I would

Re: [CMake] Setting CTEST_BUILD_NAME from cmake config

2012-08-24 Thread Michele Dolfi
, 2012 at 9:45 AM, Michele Dolfi dolfim...@gmail.comwrote: On Fri, Aug 24, 2012 at 3:24 PM, David Cole david.c...@kitware.comwrote: On Aug 24, 2012, at 9:01, Michele Dolfi dolfim...@gmail.com wrote: Hi all, I started using CMake, CTest and CDash, with the simple targets Nightly

[CMake] CPack: Add PATH to .profile

2013-09-27 Thread Michele Dolfi
Hi, Is it possible to create custom components in CPack to add CMAKE_INSTALL_PREFIX/bin to the user ~/.profile? I would like to have an additional entry in the GUI created with PackageMaker that the user could select to patch the .profile. Using install(SCRIPT ...) in CMake the patch my own

[CMake] Extract list of libraries with full path from link command line

2015-10-29 Thread Michele Dolfi
Hi, Here is my problem. Having a string like "-L/mydir/lib -lfoo -lbar", is there a 'nice' automated way to turn it into a proper list of libraries like "/mydir/lib/libfoo.dylib;/mydir/lib/libbar.dylib"? Or, is there a way for cmake to make this magic happen when I pass the above string to