MantisBT - CMake
View Issue Details
0016132CMakeCMakepublic2016-05-29 21:142016-06-10 14:21
Craig Scott 
 
normaltrivialN/A
closedfixed 
Windows
CMake 3.5.2 
CMake 3.7CMake 3.7 
0016132: Repeated lines in NSIS.template.in
At around line 160 of NSIS.template.in, the block of code below appears to repeat the same thing (probably the result of a bad merge at some point). Seems like one of the two blocks should be removed?


;--------------------------------
; path functions

!verbose 3
!include "WinMessages.NSH"
!verbose 4

;----------------------------------------
; based upon a script of "Written by KiCHiK 2003-01-18 05:57:02"
;----------------------------------------
!verbose 3
!include "WinMessages.NSH"
!verbose 4
No tags attached.
Issue History
2016-05-29 21:14Craig ScottNew Issue
2016-06-02 11:51Brad KingNote Added: 0041128
2016-06-02 11:51Brad KingStatusnew => resolved
2016-06-02 11:51Brad KingResolutionopen => fixed
2016-06-02 11:51Brad KingFixed in Version => CMake 3.7
2016-06-02 11:51Brad KingTarget Version => CMake 3.7
2016-06-10 14:21Kitware RobotNote Added: 0041159
2016-06-10 14:21Kitware RobotStatusresolved => closed

Notes
(0041128)
Brad King   
2016-06-02 11:51   
Thanks for pointing this out. Fixed:

CPack/NSIS: Remove duplicate include from NSIS.template.in
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=e847b6c8 [^]
(0041159)
Kitware Robot   
2016-06-10 14:21   
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.