summaryrefslogtreecommitdiff
path: root/cmake/modules/FindAsn2Wrs.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/modules/FindAsn2Wrs.cmake')
-rw-r--r--cmake/modules/FindAsn2Wrs.cmake16
1 files changed, 0 insertions, 16 deletions
diff --git a/cmake/modules/FindAsn2Wrs.cmake b/cmake/modules/FindAsn2Wrs.cmake
deleted file mode 100644
index a618649f25..0000000000
--- a/cmake/modules/FindAsn2Wrs.cmake
+++ /dev/null
@@ -1,16 +0,0 @@
-#
-# Look for the asn2wrs.py utility
-#
-
-find_program( ASN2WRS_EXECUTABLE
- NAMES
- asn2wrs.py
- HINTS
- # First try to find it in wireshark sources
- ${CMAKE_SOURCE_DIR}/tools
-)
-
-include( FindPackageHandleStandardArgs )
-find_package_handle_standard_args( ASN2WRS DEFAULT_MSG ASN2WRS_EXECUTABLE )
-
-mark_as_advanced( ASN2WRS_EXECUTABLE )