diff options
author | Brad King <brad.king@kitware.com> | 2015-05-21 09:03:50 -0400 |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2015-05-21 09:03:50 -0400 |
commit | 2c54622ff57b2ccb44d4e99e2fefb0501dbccb92 (patch) | |
tree | 850a70dbddc2129fdba4e8200f6b8d9a6663c5e1 /Help | |
parent | f3e4e3ecde21e790c6428f553f81e4d544f4e73b (diff) | |
parent | e462ef74e55f2c4c1169797d4916f8076a927485 (diff) | |
download | cmake-2c54622ff57b2ccb44d4e99e2fefb0501dbccb92.tar.gz |
Merge topic 'cmake-gui-osx-install-command-line'
e462ef74 Help: Add notes for topic 'cmake-gui-osx-install-command-line'
8ea2db26 cmake-gui: Replace command-line install dialog with information box
438ce4a0 cmake-gui: Add --install option to add command-line tools on OS X
41477d5c cmake-gui: Drop undocumented and unused --mac-install option
Diffstat (limited to 'Help')
-rw-r--r-- | Help/release/dev/cmake-gui-osx-install-command-line.rst | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Help/release/dev/cmake-gui-osx-install-command-line.rst b/Help/release/dev/cmake-gui-osx-install-command-line.rst new file mode 100644 index 0000000000..e0f0369feb --- /dev/null +++ b/Help/release/dev/cmake-gui-osx-install-command-line.rst @@ -0,0 +1,10 @@ +cmake-gui-osx-install-command-line +---------------------------------- + +* On OS X the :manual:`cmake-gui(1)` no longer has the + ``Install For Command Line Use`` menu item. Instead there + is a ``How to Install For Command Line Use`` menu item + that shows an informational dialog box explaining how to + make the command line tools available. For example:: + + /Applications/CMake.app/Contents/bin/cmake-gui --install |