aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeOptions.txt
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2022-02-20 16:19:22 -0800
committerGerald Combs <gerald@wireshark.org>2022-04-04 09:39:27 -0700
commit5d3ffe9b57cbd073b2ad3742f8be9768c324bb62 (patch)
tree32762dde5cf54deb4b1104f680acd9c99b950b4b /CMakeOptions.txt
parent9ec6b50027ad80794e50870a4b876bb6637c1f6d (diff)
More Logshark to Logwolf renaming.
Diffstat (limited to 'CMakeOptions.txt')
-rw-r--r--CMakeOptions.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeOptions.txt b/CMakeOptions.txt
index d62c649ce5..e077965440 100644
--- a/CMakeOptions.txt
+++ b/CMakeOptions.txt
@@ -1,8 +1,8 @@
# Build options for use by CMake
option(BUILD_wireshark "Build Wireshark" ON)
-option(BUILD_logshark "Build Logshark" OFF)
-if(BUILD_wireshark OR BUILD_logshark)
+option(BUILD_logwolf "Build Logwolf" OFF)
+if(BUILD_wireshark OR BUILD_logwolf)
option(USE_qt6 "Use Qt6 instead of Qt5 - WIP, GUI developers only!" OFF)
endif()
option(BUILD_tshark "Build tshark" ON)