aboutsummaryrefslogtreecommitdiffstats
path: root/cmake
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2022-06-30 09:45:49 -0700
committerGerald Combs <gerald@wireshark.org>2022-07-06 15:04:25 +0000
commit75efbb1ac4590f0e086bd3d028bc8b525b8eb3c6 (patch)
treeea83ae6be0c205a8bab41e1463807cd460a96c16 /cmake
parent78ebafd70821d5c2de9b9e085097780d736cdfac (diff)
Rename Logwolf to Logray
Switch to the name "Logray" for the log analyzer. Rays are biological cousins of sharks and more people like the name "Logray" in a completely unscientific survey here. Apologies for any inconvenience this might cause.
Diffstat (limited to 'cmake')
-rw-r--r--cmake/modules/WiresharkPlugin.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmake/modules/WiresharkPlugin.cmake b/cmake/modules/WiresharkPlugin.cmake
index 983449ff03..76277e2568 100644
--- a/cmake/modules/WiresharkPlugin.cmake
+++ b/cmake/modules/WiresharkPlugin.cmake
@@ -58,11 +58,11 @@ macro(ADD_PLUGIN_LIBRARY _plugin _subfolder)
ADD_WIRESHARK_PLUGIN_LIBRARY(${_plugin} ${_subfolder})
endmacro()
-macro(ADD_LOGWOLF_PLUGIN_LIBRARY _plugin _subfolder)
+macro(ADD_LOGRAY_PLUGIN_LIBRARY _plugin _subfolder)
ADD_WIRESHARK_PLUGIN_LIBRARY(${_plugin} ${_subfolder})
set_target_properties(${_plugin} PROPERTIES
- LIBRARY_OUTPUT_DIRECTORY ${LOGWOLF_PLUGIN_DIR}/${_subfolder}
+ LIBRARY_OUTPUT_DIRECTORY ${LOGRAY_PLUGIN_DIR}/${_subfolder}
)
endmacro()