MantisBT - CMake
View Issue Details
0006618CMakeCMakepublic2008-03-16 18:302016-06-10 14:30
Matt Williams 
Kitware Robot 
normalfeatureN/A
closedmoved 
 
 
0006618: Disply message at end of install
It would be great if it were possible to display a message to the user after the install as complete. This would be things like telling the user where binaries are installed, where to find documentation, where the headers/libraries were installed.

I tried doing this with INSTALL(CODE "MESSAGE(\"Message\")") but I couldn't find a way to guarantee that it would be displayed last and according to the docs, there is no guarantee as to the ordering of INSTALL() commands anyway.
No tags attached.
Issue History
2008-03-16 18:30Matt WilliamsNew Issue
2008-03-27 22:01Bill HoffmanStatusnew => assigned
2008-03-27 22:01Bill HoffmanAssigned To => Alex Neundorf
2008-03-30 16:48Alex NeundorfNote Added: 0010984
2008-05-11 05:18Alex NeundorfNote Added: 0011804
2012-08-13 12:46Alex NeundorfAssigned ToAlex Neundorf =>
2012-08-13 12:46Alex NeundorfStatusassigned => backlog
2016-06-10 14:27Kitware RobotNote Added: 0041416
2016-06-10 14:27Kitware RobotStatusbacklog => resolved
2016-06-10 14:27Kitware RobotResolutionopen => moved
2016-06-10 14:27Kitware RobotAssigned To => Kitware Robot
2016-06-10 14:30Kitware RobotStatusresolved => closed

Notes
(0010984)
Alex Neundorf   
2008-03-30 16:48   
Would it be an option for you to create an extra directory, which is processed last (i.e. there is no other add_subdirectory() after that add_subdirectory(finish_install) ). When installing, this directory will be processed last and everything you do inside there will appear at the end.

Does that help ?

Alex
(0011804)
Alex Neundorf   
2008-05-11 05:18   
Any comments ?

Alex
(0041416)
Kitware Robot   
2016-06-10 14:27   
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.