aboutsummaryrefslogtreecommitdiffstats
path: root/cmake
diff options
context:
space:
mode:
authorРоман Донченко <dpb@corrigendum.ru>2014-08-10 18:21:31 +0400
committerAnders Broman <a.broman58@gmail.com>2014-08-12 04:19:31 +0000
commit0ea25a6ddf151cb9bb8da60d1477ae5e8089fab0 (patch)
tree21db17e2bd973ac6418ea865fa71813f199f7b8e /cmake
parent4fd9809a7887ef8bbb2f850e22f5766b4cb223e3 (diff)
Remove a bogus make-dissector-reg dependency from UseMakeDissectorReg.cmake
The shell script is not used in the CMake build system. Change-Id: I97d3d750f2521c626594200da8fc9a4453414576 Reviewed-on: https://code.wireshark.org/review/3530 Reviewed-by: Evan Huus <eapache@gmail.com> Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'cmake')
-rw-r--r--cmake/modules/UseMakeDissectorReg.cmake1
1 files changed, 0 insertions, 1 deletions
diff --git a/cmake/modules/UseMakeDissectorReg.cmake b/cmake/modules/UseMakeDissectorReg.cmake
index c17dfe472c..6c1cda5cba 100644
--- a/cmake/modules/UseMakeDissectorReg.cmake
+++ b/cmake/modules/UseMakeDissectorReg.cmake
@@ -24,7 +24,6 @@ MACRO(REGISTER_DISSECTOR_FILES _outputfile _registertype )
${_sources}
DEPENDS
${_depends}
- ${CMAKE_SOURCE_DIR}/tools/make-dissector-reg
${CMAKE_SOURCE_DIR}/tools/make-dissector-reg.py
)
ENDMACRO(REGISTER_DISSECTOR_FILES)