View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0004878CMakeCPackpublic2007-04-14 05:402016-06-10 14:30
ReporterChristian Ehrlicher 
Assigned ToBill Hoffman 
PrioritylowSeverityminorReproducibilityalways
StatusclosedResolutionmoved 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0004878: CPack/NSIS - wrong link for startmenu
DescriptionWhen I install an executable to CMAKE_INSTALL_PREFIX (install (TARGETS marble DESTINATION "")) cpack creates a wrong start menu entry for the executable (CMAKE_INSTALL_PREFIX/bin). To solve this I have to edit the generated nsi script by hand :(

I also asked on cmake@cmake.org without any reply:
http://www.mail-archive.com/cmake@cmake.org/msg05452.html [^]
TagsNo tags attached.
Attached Files

 Relationships

  Notes
(0013812)
Bill Hoffman (manager)
2008-10-09 13:23

Is this still an issue?
(0014181)
Christian Ehrlicher (reporter)
2008-11-25 11:37

I can't test it atm and it's a really bug. Plz close :)
(0017506)
Bill Hoffman (manager)
2009-09-14 21:04

I think this can be done with a DESTDIR CPack install now.
(0030927)
Daniel Franke (reporter)
2012-09-05 11:08

This seems to be still an issue with cmake/cpack 2.8.x.
(0030942)
Daniel Franke (reporter)
2012-09-06 10:28

I had to read the CPack sources to finally come across this (who reads documentation, really), but this seems to be fixed since 2.8.4:

   CPACK_NSIS_EXECUTABLES_DIRECTORY - Creating NSIS start menu links
   assumes that they are in 'bin' unless this variable is set.
   For example, you would set this to 'exec' if your executables are
   in an exec directory.

http://www.cmake.org/cmake/help/v2.8.4/cmake.html [^]
(0041354)
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
2007-08-31 11:27 Alex Neundorf Assigned To System Admin => Bill Hoffman
2008-10-09 13:23 Bill Hoffman Note Added: 0013812
2008-11-25 11:37 Christian Ehrlicher Note Added: 0014181
2009-09-14 21:04 Bill Hoffman Note Added: 0017506
2012-09-05 11:08 Daniel Franke Note Added: 0030927
2012-09-06 10:28 Daniel Franke Note Added: 0030942
2016-06-10 14:27 Kitware Robot Note Added: 0041354
2016-06-10 14:27 Kitware Robot Status assigned => resolved
2016-06-10 14:27 Kitware Robot Resolution open => moved
2016-06-10 14:30 Kitware Robot Status resolved => closed


Copyright © 2000 - 2018 MantisBT Team