From e09c9a8e464715b22c9e49fef4988b7457d6133f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Valverde?= Date: Sat, 25 Aug 2018 16:58:27 +0100 Subject: CMake: Format for readability MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I6c3ba0f09c9eb59abc24798930ffa5e51feb2cf1 Reviewed-on: https://code.wireshark.org/review/29281 Petri-Dish: João Valverde Tested-by: Petri Dish Buildbot Reviewed-by: João Valverde --- CMakeOptions.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'CMakeOptions.txt') 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() -- cgit v1.2.3