aboutsummaryrefslogtreecommitdiffstats
path: root/cmake/modules
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/modules')
-rw-r--r--cmake/modules/FindPOD.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/modules/FindPOD.cmake b/cmake/modules/FindPOD.cmake
index 9b8efe8c64..0233b5fc98 100644
--- a/cmake/modules/FindPOD.cmake
+++ b/cmake/modules/FindPOD.cmake
@@ -47,7 +47,7 @@ macro(pod2manhtml _sourcefile _manext)
${PERL_EXECUTABLE} ${POD2MAN_EXECUTABLE}
--section=${_manext}
--center=\"The Wireshark Network Analyzer\"
- --release=${CPACK_PACKAGE_VERSION}
+ --release=${PROJECT_VERSION}
${_sourcefile}.pod
> ${_outman}
DEPENDS