diff options
author | Brad King <brad.king@kitware.com> | 2015-05-19 14:37:29 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2015-05-21 12:59:32 (GMT) |
commit | e462ef74e55f2c4c1169797d4916f8076a927485 (patch) | |
tree | 3123c8fb0a9cd8023f2df69b99deb75b1e72deae | |
parent | 8ea2db2639b55b5c3590a594f9beddd9740cf679 (diff) | |
download | CMake-e462ef74e55f2c4c1169797d4916f8076a927485.zip CMake-e462ef74e55f2c4c1169797d4916f8076a927485.tar.gz CMake-e462ef74e55f2c4c1169797d4916f8076a927485.tar.bz2 |
Help: Add notes for topic 'cmake-gui-osx-install-command-line'
-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 0000000..e0f0369 --- /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 |