aboutsummaryrefslogtreecommitdiffstats
path: root/cmakeconfig.h.in
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2019-02-13 11:08:19 -0800
committerGerald Combs <gerald@wireshark.org>2019-02-13 23:55:10 +0000
commitaedf6fe1c5f735aa036bec9173f7fb656ce2c95b (patch)
tree6ce88f0f2b58c5f49e5bf4912d18c2e193d7bbd3 /cmakeconfig.h.in
parentb3c5fcb67c89e0f9bcc4e38861f23d90792a0e7e (diff)
macOS: Fix our plugin path.
In CMake we only used PROJECT_RELEASE_VERSION to construct our plugin path, so rename it to PLUGIN_PATH_ID. Use a dash to separate version numbers on macOS in order to allow code signing and a period elsewhere. In the C code we only used VERSION_RELEASE to construct our plugin path, so rename it to PLUGIN_PATH_ID. Change-Id: I02abc591d7857269e8d47b414b61df4b28a25f2d Reviewed-on: https://code.wireshark.org/review/32013 Petri-Dish: Gerald Combs <gerald@wireshark.org> Reviewed-by: Guy Harris <guy@alum.mit.edu> Tested-by: Petri Dish Buildbot Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'cmakeconfig.h.in')
-rw-r--r--cmakeconfig.h.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmakeconfig.h.in b/cmakeconfig.h.in
index d1fe805880..945550114e 100644
--- a/cmakeconfig.h.in
+++ b/cmakeconfig.h.in
@@ -16,7 +16,7 @@
#define VERSION_MINOR ${PROJECT_MINOR_VERSION}
#define VERSION_MICRO ${PROJECT_PATCH_VERSION}
-#define VERSION_RELEASE "${PROJECT_RELEASE_VERSION}"
+#define PLUGIN_PATH_ID "${PLUGIN_PATH_ID}"
#define VERSION_FLAVOR "${VERSION_FLAVOR}"
/* Build wsutil with SIMD optimization */