aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/epan/ethercat
diff options
context:
space:
mode:
authorJoão Valverde <joao.valverde@tecnico.ulisboa.pt>2021-03-27 03:34:51 +0000
committerWireshark GitLab Utility <gerald+gitlab-utility@wireshark.org>2021-03-29 00:00:57 +0000
commitd7401147b495fad705fca8c4523137b18de33183 (patch)
tree00aa99f50132b34d60ef9f10034446909a100e73 /plugins/epan/ethercat
parent0fd2033ba237714044249f24165694eb90c2b7df (diff)
CMake: Remove non existent '/codecs' include path
The '/codecs' dir was removed in g63af1da7e7. Avoid using include_directories(), prefer target_include_directories(). Remove some unnecessary CMAKE_CURRENT_*_DIR includes and some other small cleanups while at it.
Diffstat (limited to 'plugins/epan/ethercat')
-rw-r--r--plugins/epan/ethercat/CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/epan/ethercat/CMakeLists.txt b/plugins/epan/ethercat/CMakeLists.txt
index db94bca8e6..3211c28742 100644
--- a/plugins/epan/ethercat/CMakeLists.txt
+++ b/plugins/epan/ethercat/CMakeLists.txt
@@ -33,8 +33,6 @@ set_source_files_properties(
COMPILE_FLAGS "${WERROR_COMMON_FLAGS}"
)
-include_directories(${CMAKE_CURRENT_SOURCE_DIR})
-
register_plugin_files(plugin.c
plugin
${DISSECTOR_SRC}