MantisBT - CMake
View Issue Details
0010862CMakeCMakepublic2010-06-22 09:082016-06-10 14:31
Magnus 
Brad King 
normalfeatureN/A
closedmoved 
CMake-2-8 
 
0010862: Make it possible to run dependency generators during make-time for all languages
Make the following possible for developers that add support for new languages to CMake:

One repository builds two programs, foo and bar.
foo is used to pre-process bar's source during both dependency generation and build.
This means that foo must be available at cmake-time for bar, or that dependency generation for bar is deferred to make-time.

The latter is apparently already supported for the "built-in" languages (C/C++/Fortran/Java), but there is no way to do that for other languages.
This is an issue that comes up in OCaml when used in combination with camlp4, as discussed in the following threads on the mailing list:

http://www.cmake.org/pipermail/cmake/2010-June/037611.html [^]
http://www.cmake.org/pipermail/cmake/2010-June/037612.html [^]
No tags attached.
Issue History
2010-06-22 09:08MagnusNew Issue
2010-06-22 09:16Bill HoffmanStatusnew => assigned
2010-06-22 09:16Bill HoffmanAssigned To => Brad King
2012-08-13 10:36Brad KingStatusassigned => backlog
2012-08-13 10:36Brad KingNote Added: 0030485
2016-06-10 14:28Kitware RobotNote Added: 0041715
2016-06-10 14:28Kitware RobotStatusbacklog => resolved
2016-06-10 14:28Kitware RobotResolutionopen => moved
2016-06-10 14:31Kitware RobotStatusresolved => closed

Notes
(0030485)
Brad King   
2012-08-13 10:36   
Sending issues I'm not actively working on to the backlog to await someone with time for them.

If an issue you care about is sent to the backlog when you feel it should have been addressed in a different manner, please bring it up on the CMake mailing list for discussion. Sign up for the mailing list here, if you're not already on it:

 http://www.cmake.org/mailman/listinfo/cmake [^]

It's easy to re-activate a bug here if you can find a CMake developer or contributor who has the bandwidth to take it on.
(0041715)
Kitware Robot   
2016-06-10 14:28   
Resolving issue as `moved`.

This issue tracker is no longer used. Further discussion of this issue may take place in the current CMake Issues page linked in the banner at the top of this page.