aboutsummaryrefslogtreecommitdiffstats
path: root/packaging/nsis
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2021-12-11 13:57:29 -0800
committerGerald Combs <gerald@wireshark.org>2021-12-11 13:57:29 -0800
commitb62197c283bb6fe653df153bbd97a5123f494c44 (patch)
tree629020faf76ef9aba74b699de86f404c54816f7a /packaging/nsis
parent773420bad91ec17c29a42a0341162e3931818881 (diff)
CMake+GitLab CI: Reduce verbosity.
For various commands, make sure we show warnings and errors, but not other extraneous information such as filenames.
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 5c112329b9..07477800bf 100644
--- a/packaging/nsis/CMakeLists.txt
+++ b/packaging/nsis/CMakeLists.txt
@@ -170,7 +170,7 @@ set(NSIS_OPTIONS
/DSTAGING_DIR=${_staging_dir}
/DOUTFILE_DIR=${_outfile_dir}
/DNSIS_INCLUDE_DIR=${_nsis_include_dir}
- /V4
+ /V2
PARENT_SCOPE
)