aboutsummaryrefslogtreecommitdiffstats
path: root/README.cmake
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2014-10-10 15:03:26 -0700
committerGerald Combs <gerald@wireshark.org>2014-10-10 22:05:10 +0000
commit5c5bf3b370b2d1e219d1297ea6d36055be2cd8e4 (patch)
treecc9cb6a9780021e18e5342dca1b1804a0fb702bb /README.cmake
parentffa377b22f1b686b1cd0908a8b19cda13c556c39 (diff)
Update READMEs to reflect recent CMake environment changes.
Change-Id: Idbf879f20448eea0b69e793271439dec877832e9 Reviewed-on: https://code.wireshark.org/review/4602 Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'README.cmake')
-rw-r--r--README.cmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.cmake b/README.cmake
index 14e1bde5d5..2061f8d527 100644
--- a/README.cmake
+++ b/README.cmake
@@ -58,6 +58,9 @@ Note 1:
# http://public.kitware.com/Bug/view.php?id=13818
-DPYTHON_EXECUTABLE=c:/Python27/python
+ # Disable building an application bundle (Wireshark.app) on Mac OS X
+ -DENABLE_APPLICATION_BUNDLE=OFF
+
Note 2:
After running cmake, you can always run "make help" to see
a list of all possible make targets.