aboutsummaryrefslogtreecommitdiffstats
path: root/packaging/macosx/osx-dmg.sh.in
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2022-06-07 15:51:24 -0700
committerGerald Combs <gerald@wireshark.org>2022-06-07 16:04:17 -0700
commitc5e265f8527dc05a5f9c19e8d6b41b7c19077e3f (patch)
tree01872c7b6b870861e4b6fcd04663fa1644af90fd /packaging/macosx/osx-dmg.sh.in
parent604cb2a7a3dfa52c244aab2344f7ef29518e8816 (diff)
CMake: Deduplicate some version variables.
Use PROJECT_VERSION instead of VERSION. Prepend "PROJECT_" or "LOG_PROJECT_" as needed to other variables. Remove the leftover unused variables.
Diffstat (limited to 'packaging/macosx/osx-dmg.sh.in')
-rwxr-xr-xpackaging/macosx/osx-dmg.sh.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/macosx/osx-dmg.sh.in b/packaging/macosx/osx-dmg.sh.in
index ed7105d964..855cd1ee55 100755
--- a/packaging/macosx/osx-dmg.sh.in
+++ b/packaging/macosx/osx-dmg.sh.in
@@ -6,7 +6,7 @@ set -e
# Defaults
dmgbuild="@DMGBUILD_EXECUTABLE@"
-version="@VERSION@"
+version="@PROJECT_VERSION@"
app_settings_file="@CMAKE_BINARY_DIR@/packaging/macosx/wireshark-app.dmgbuild"
dsym_settings_file="@CMAKE_BINARY_DIR@/packaging/macosx/wireshark-dsym.dmgbuild"
architecture=""