summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cmake/modules/FindWireshark.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/modules/FindWireshark.cmake b/cmake/modules/FindWireshark.cmake
index 507da5993a..a6c72fe1ef 100644
--- a/cmake/modules/FindWireshark.cmake
+++ b/cmake/modules/FindWireshark.cmake
@@ -23,4 +23,4 @@
find_package(Wireshark ${Wireshark_FIND_VERSION} QUIET NO_MODULE PATHS $ENV{HOME} /opt/Wireshark)
include(FindPackageHandleStandardArgs)
-find_package_handle_standard_args(WiresharkCONFIG_MODE)
+find_package_handle_standard_args(Wireshark CONFIG_MODE)