diff options
author | João Valverde <joao.valverde@tecnico.ulisboa.pt> | 2018-08-25 16:58:27 +0100 |
---|---|---|
committer | João Valverde <j@v6e.pt> | 2018-08-25 18:01:46 +0000 |
commit | e09c9a8e464715b22c9e49fef4988b7457d6133f (patch) | |
tree | bce7dc33cd97d846f4762a45cd2a1f29b49bebfb /CMakeOptions.txt | |
parent | ed0957dc8a7a19fefdaadcb2dac71cebdbcdb021 (diff) | |
download | wireshark-e09c9a8e464715b22c9e49fef4988b7457d6133f.tar.gz wireshark-e09c9a8e464715b22c9e49fef4988b7457d6133f.tar.bz2 wireshark-e09c9a8e464715b22c9e49fef4988b7457d6133f.zip |
CMake: Format for readability
Change-Id: I6c3ba0f09c9eb59abc24798930ffa5e51feb2cf1
Reviewed-on: https://code.wireshark.org/review/29281
Petri-Dish: João Valverde <j@v6e.pt>
Tested-by: Petri Dish Buildbot
Reviewed-by: João Valverde <j@v6e.pt>
Diffstat (limited to 'CMakeOptions.txt')
-rw-r--r-- | CMakeOptions.txt | 5 |
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() |