MantisBT - CMake
View Issue Details
0010644CMakeCPackpublic2010-04-29 12:032011-05-02 14:45
Clinton Stimpson 
David Cole 
normalminorhave not tried
closedfixed 
 
CMake 2.8.4CMake 2.8.4 
0010644: problem using CPACK_NSIS_MENU_LINKS with non-http urls
If one puts https:// or ftp:// mailto:// or other URLs in CPACK_NSIS_MENU_LINKS, they get treated as Windows shortcuts.

cmCPackNSISGenerator::CreateMenuLinks() is only considering http: as a URL.
Maybe it should use a generic regex to check for valid URLs.
No tags attached.
related to 0007828closed David Cole Impossible to create a Nullsoft installer without referencing bin folder 
related to 0007829closed David Cole CPACK_PACKAGE_EXECUTABLES should allow executables from anywhere 
Issue History
2010-04-29 12:03Clinton StimpsonNew Issue
2010-12-15 09:13David ColeAssigned To => David Cole
2010-12-15 09:13David ColeStatusnew => assigned
2010-12-17 07:35David ColeTarget Version => CMake 2.8.4
2011-01-07 14:34David ColeRelationship addedrelated to 0007828
2011-01-07 14:46David ColeNote Added: 0024509
2011-01-07 14:46David ColeStatusassigned => resolved
2011-01-07 14:46David ColeFixed in Version => CMake 2.8.4
2011-01-07 14:46David ColeResolutionopen => fixed
2011-01-07 17:38David ColeRelationship addedrelated to 0007829
2011-05-02 14:45David ColeNote Added: 0026323
2011-05-02 14:45David ColeStatusresolved => closed

Notes
(0024509)
David Cole   
2011-01-07 14:46   
Fixed in this git commit, just pushed to 'next':
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=1bbe4e69171f3155f262bb12f15437db4b71c207 [^]

Should make it into 2.8.4...
(0026323)
David Cole   
2011-05-02 14:45   
Closing resolved issues that have not been updated in more than 3 months.