summaryrefslogtreecommitdiff
path: root/packaging/nsis
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2015-04-14 14:34:00 -0700
committerGerald Combs <gerald@wireshark.org>2015-04-14 21:39:40 +0000
commit6a413491321c98a71834473c8ea10dcd47bf8bbb (patch)
tree9fb88c3d6d7455de7d6d0df8400ce6ef82c1819c /packaging/nsis
parent495740f801ccb4ce73f517a3a99ba8dacdba744c (diff)
downloadwireshark-6a413491321c98a71834473c8ea10dcd47bf8bbb.tar.gz
CMake: Fix an NSIS dependency.
Change-Id: I514243727da1fed52c78a4cbd8c82c68bf724c8a Reviewed-on: https://code.wireshark.org/review/8070 Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'packaging/nsis')
-rw-r--r--packaging/nsis/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/nsis/CMakeLists.txt b/packaging/nsis/CMakeLists.txt
index 463a38d4cf..e72432b145 100644
--- a/packaging/nsis/CMakeLists.txt
+++ b/packaging/nsis/CMakeLists.txt
@@ -27,8 +27,8 @@ set(NSIS_GENERATED_FILES
${CMAKE_CURRENT_BINARY_DIR}/config.nsh
${CMAKE_CURRENT_BINARY_DIR}/gtk-dll-manifest.nsh
${CMAKE_CURRENT_BINARY_DIR}/qt-dll-manifest.nsh
- PARENT_SCOPE
)
+set(NSIS_GENERATED_FILES ${NSIS_GENERATED_FILES} PARENT_SCOPE)
set(NSIS_FILES
wireshark.nsi