[cmake-developers] [CMake 0016132]: Repeated lines in NSIS.template.in
Mantis Bug Tracker
mantis at public.kitware.com
Sun May 29 21:14:57 EDT 2016
The following issue has been SUBMITTED.
======================================================================
https://public.kitware.com/Bug/view.php?id=16132
======================================================================
Reported By: Craig Scott
Assigned To:
======================================================================
Project: CMake
Issue ID: 16132
Category: CMake
Reproducibility: N/A
Severity: trivial
Priority: normal
Status: new
======================================================================
Date Submitted: 2016-05-30 11:14 AEST
Last Modified: 2016-05-30 11:14 AEST
======================================================================
Summary: Repeated lines in NSIS.template.in
Description:
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
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
2016-05-30 11:14 Craig Scott New Issue
======================================================================
More information about the cmake-developers
mailing list