aboutsummaryrefslogtreecommitdiffstats
path: root/packaging/nsis
diff options
context:
space:
mode:
authorGraham Bloice <graham.bloice@trihedral.com>2016-04-08 14:25:05 +0100
committerGraham Bloice <graham.bloice@trihedral.com>2016-04-08 13:32:33 +0000
commit434bbd67a06803ce6bb9a8e0adc6d596246bc458 (patch)
tree0c7a04a604fa7fd8e88fee4ea40817f584bfa6f7 /packaging/nsis
parent626d41ff1d07c95e698956fde09ead2d4b315288 (diff)
Fix CMake VC Redist message
The usage message was using the wrong variable Change-Id: I5ca261240db49134f3d48a5e322d9272f8af7adf Reviewed-on: https://code.wireshark.org/review/14865 Reviewed-by: Graham Bloice <graham.bloice@trihedral.com>
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 9c8c40dad0..8ba44ad350 100644
--- a/packaging/nsis/CMakeLists.txt
+++ b/packaging/nsis/CMakeLists.txt
@@ -110,7 +110,7 @@ find_program(VCREDIST_EXE "${_vcredist_name}"
)
if(VCREDIST_EXE)
file(TO_NATIVE_PATH "${VCREDIST_EXE}" VCREDIST_EXE)
- message(STATUS "Using ${_vcredist_exe} for the installer")
+ message(STATUS "Using ${VCREDIST_EXE} for the installer")
endif()
if(NOT ENABLE_STATIC)