Notes |
|
(0020156)
|
Alex Neundorf
|
2010-04-13 13:42
|
|
Couldn't/shouldn't this be done as an additional language for cmake ?
Alex |
|
|
(0020158)
|
Michael Wild
|
2010-04-13 14:15
|
|
Agreed that this would be preferable, if only it was possible. Vala is quite a strange beast... Like C# compilers, it essentially doesn't require a separate compilation step. Alternatively, it can output the precompiled C files which can then be separately compiled and linked. This is the approach I chose because it better fits in with how CMake works and allowed me to reuse the normal commands.
AFAIK there is currently no way to remove/add processing steps when adding a new language to CMake, right? That is, without major surgery, of course... |
|
|
(0023538)
|
Anatol
|
2010-11-24 22:09
|
|
|
|
(0023566)
|
Michael Wild
|
2010-11-29 02:57
|
|
If I remember correctly, there are a few remaining bugs in the modules and currently I don't have neither the time nor the interest to fix them. Sorry for that. |
|
|
(0024140)
|
David Cole
|
2010-12-15 08:58
|
|
Please see this wiki page regarding CMake Module Maintainers: http://cmake.org/Wiki/CMake:Module_Maintainers [^]
We cannot add a find module to CMake unless we have a volunteer who is willing to commit to making it work right on all of CMake's target platforms for at least the near-term future (6 months to 2 years-ish...)
If you would like to be the module maintainer for this newly proposed module, then please follow the instructions on the above wiki page.
Thanks. |
|
|
(0024141)
|
David Cole
|
2010-12-15 08:59
|
|
Resolving as "won't fix" until a module maintainer volunteers. |
|
|
(0026059)
|
David Cole
|
2011-04-04 12:00
|
|
Closing resolved issues that have not been updated in more than 3 months. |
|