aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CMakeOptions.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/CMakeOptions.txt b/CMakeOptions.txt
index 53d68fa693..ee42e28738 100644
--- a/CMakeOptions.txt
+++ b/CMakeOptions.txt
@@ -81,10 +81,11 @@ option(ENABLE_SBC "Build with SBC Codec support in RTP Player" ON)
option(ENABLE_SPANDSP "Build with G.722/G.726 codecs support in RTP Player" ON)
option(ENABLE_BCG729 "Build with G.729 codec support in RTP Player" ON)
option(ENABLE_LIBXML2 "Build with libxml2 support" ON)
+
# How to install
set(DUMPCAP_INSTALL_OPTION "normal" CACHE STRING "Permissions to install")
-set(DUMPCAP_INST_VALS "normal" "suid" "capabilities")
-set_property(CACHE DUMPCAP_INSTALL_OPTION PROPERTY STRINGS ${DUMPCAP_INST_VALS})
+set_property(CACHE DUMPCAP_INSTALL_OPTION PROPERTY STRINGS "normal" "suid" "capabilities")
+
if(APPLE)
option(ENABLE_APPLICATION_BUNDLE "Build a macOS application bundle (Wireshark.app)" ON)
endif()