View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0006618CMakeCMakepublic2008-03-16 18:302016-06-10 14:30
ReporterMatt Williams 
Assigned ToKitware Robot 
PrioritynormalSeverityfeatureReproducibilityN/A
StatusclosedResolutionmoved 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0006618: Disply message at end of install
DescriptionIt 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.
TagsNo tags attached.
Attached Files

 Relationships

  Notes
(0010984)
Alex Neundorf (developer)
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 (developer)
2008-05-11 05:18

Any comments ?

Alex
(0041416)
Kitware Robot (administrator)
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.

 Issue History
Date Modified Username Field Change
2008-03-16 18:30 Matt Williams New Issue
2008-03-27 22:01 Bill Hoffman Status new => assigned
2008-03-27 22:01 Bill Hoffman Assigned To => Alex Neundorf
2008-03-30 16:48 Alex Neundorf Note Added: 0010984
2008-05-11 05:18 Alex Neundorf Note Added: 0011804
2012-08-13 12:46 Alex Neundorf Assigned To Alex Neundorf =>
2012-08-13 12:46 Alex Neundorf Status assigned => backlog
2016-06-10 14:27 Kitware Robot Note Added: 0041416
2016-06-10 14:27 Kitware Robot Status backlog => resolved
2016-06-10 14:27 Kitware Robot Resolution open => moved
2016-06-10 14:27 Kitware Robot Assigned To => Kitware Robot
2016-06-10 14:30 Kitware Robot Status resolved => closed


Copyright © 2000 - 2018 MantisBT Team