summaryrefslogtreecommitdiff
path: root/CMakeOptions.txt
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2015-11-10 13:07:54 -0800
committerGuy Harris <guy@alum.mit.edu>2015-11-10 21:09:08 +0000
commit2b4881fe77102b7b62ca249d0af9899a57d73741 (patch)
tree61253198e94949043c5ec12bc975b52f7bd42d5c /CMakeOptions.txt
parente9d1d003eaea57f2a94fd24b920a7c462b7ff4e0 (diff)
downloadwireshark-2b4881fe77102b7b62ca249d0af9899a57d73741.tar.gz
Apple calls it just "OS X" these days.
Change-Id: I98905988ceb394d27307d1cbe883d8fe95ac23e4 Reviewed-on: https://code.wireshark.org/review/11703 Reviewed-by: Guy Harris <guy@alum.mit.edu> (cherry picked from commit 0b05086754ad977d639ed7715a34b57b5e0ee28e) Reviewed-on: https://code.wireshark.org/review/11704
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 17caf09b3c..1505cd63f8 100644
--- a/CMakeOptions.txt
+++ b/CMakeOptions.txt
@@ -87,7 +87,7 @@ 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})
if(APPLE)
- option(ENABLE_APPLICATION_BUNDLE "Build a Mac OS X application bundle (Wireshark.app)" ON)
+ option(ENABLE_APPLICATION_BUNDLE "Build an OS X application bundle (Wireshark.app)" ON)
else()
- option(ENABLE_APPLICATION_BUNDLE "Build a Mac OS X application bundle (Wireshark.app)" OFF)
+ option(ENABLE_APPLICATION_BUNDLE "Build an OS X application bundle (Wireshark.app)" OFF)
endif()