Re: [cmake-developers] Ninja and add_subdirectory EXCLUDE_FROM_ALL

2016-03-10 Thread Charles Huet
Hi, I was looking into this yesterday, and it seems non-trivial as far as code modifications go to make this happen. But I wonder if this would even be the best way to go. Having multiple ninja files would mean (as far as I understand) duplicating lots of values in the sub ninja files. I think

Re: [cmake-developers] CTest custom HTML

2016-03-10 Thread Charles Huet
Hi, this is very interesting, but it does not fully solve the problem of not being able to have some custom HTML sent to CDash directly. I perused through the code to try and find a solution, and I think I have an idea. >From what I understand, the 'DartMeasurement' tokens are replaced with some

Re: [cmake-developers] Ninja and add_subdirectory EXCLUDE_FROM_ALL

2016-03-10 Thread Brad King
On 03/10/2016 02:58 AM, Charles Huet wrote: > Maybe even adding such a target for each 'project', which regroups all the > targets of a project would make sense, as these are grouped as 'projects' [snip] > To avoid name collisions these could be suffixed with something like '_dir', > '_project' or

Re: [cmake-developers] CTest custom HTML

2016-03-10 Thread Brad King
On 03/10/2016 03:29 AM, Charles Huet wrote: > Now the big difficulty in this would be to integrate XSLT2 capabilities into > CMake. [snip] > Do you think this coule be viable ? I'd prefer not to add yet another dependency (on xslt). CTest defines nothing about the format of the test output,

[cmake-developers] [CMake 0016010]: cmake with clang sanitizers fails

2016-03-10 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == https://public.kitware.com/Bug/view.php?id=16010 == Reported By:Klaus R Assigned To:

[cmake-developers] [CMake 0016012]: CodeBlocks fortran project file contains instead of "gfortran"

2016-03-10 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == https://public.kitware.com/Bug/view.php?id=16012 == Reported By:karnmake Assigned To:

[cmake-developers] CPack includes WINTRUST.DLL

2016-03-10 Thread Roman Wüger
Hello, i noticed that CPack includes the WINTRUST.dll when I generate an NSIS installer. How can I avoid this? I have no dependencies to this library. The problem is that the application doesn't work on older Windows versions with this dll. If I remove the dll after installation then