MantisBT - CMake | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0012493 | CMake | CMake | public | 2011-10-05 10:29 | 2016-06-10 14:31 |
Reporter | Maxim Ignatenko | ||||
Assigned To | Kitware Robot | ||||
Priority | normal | Severity | feature | Reproducibility | N/A |
Status | closed | Resolution | moved | ||
Platform | OS | OS Version | |||
Product Version | CMake 2.8.6 | ||||
Target Version | Fixed in Version | ||||
Summary | 0012493: Erlang/OTP support | ||||
Description | Most complete effort to write Erlang support for CMake could be found here: https://github.com/okeuday/generic-erlang-port--driver-/tree/master/CMake/erlang [^] But there's one issue: it does not generate *.app file for batch of *.beam files. Instead of trying to link *.beam files in one executable (which has no sense) add_executable() should generate *.app file from user-supplied template or based on target properties. Currently I'm trying to do it by setting CMAKE_Erlang_LINK_EXECUTABLE to "cmake -P gen_app_file.cmake ...", but this is a bit ugly, since new cmake process has no access to parent's data and all parameters need to be supplied as command line arguments. So, feature request is: 1) make it possible to use user-defined CMake function instead of CMAKE_<LANG>_LINK_EXECUTABLE 2) import mentioned files into CMake distribution (after some adaptation) | ||||
Steps To Reproduce | |||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2011-10-05 10:29 | Maxim Ignatenko | New Issue | |||
2012-08-11 11:38 | David Cole | Status | new => backlog | ||
2012-08-11 11:38 | David Cole | Note Added: 0030309 | |||
2016-06-10 14:28 | Kitware Robot | Note Added: 0041908 | |||
2016-06-10 14:28 | Kitware Robot | Status | backlog => resolved | ||
2016-06-10 14:28 | Kitware Robot | Resolution | open => moved | ||
2016-06-10 14:28 | Kitware Robot | Assigned To | => Kitware Robot | ||
2016-06-10 14:31 | Kitware Robot | Status | resolved => closed |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|