diff options
author | Brad King <brad.king@kitware.com> | 2019-02-27 12:56:55 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2019-02-27 12:57:01 (GMT) |
commit | ec033b5b808680f2d8acb1579837d13db78191ac (patch) | |
tree | d72c99ebb8bb5090e2a98ef26f15584c1dbe9d8f /Help | |
parent | 9b075d90326aeaf5450fa9b4f40bdcc76c3b2120 (diff) | |
parent | 7a1f3fe041c453101a913a0ef5b23922a86bd604 (diff) | |
download | CMake-ec033b5b808680f2d8acb1579837d13db78191ac.zip CMake-ec033b5b808680f2d8acb1579837d13db78191ac.tar.gz CMake-ec033b5b808680f2d8acb1579837d13db78191ac.tar.bz2 |
Merge topic 'FindOctave-remove'
7a1f3fe041 FindOctave: Remove module pending further work
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !3027
Diffstat (limited to 'Help')
-rw-r--r-- | Help/manual/cmake-modules.7.rst | 1 | ||||
-rw-r--r-- | Help/module/FindOctave.rst | 1 | ||||
-rw-r--r-- | Help/release/3.14.rst | 2 |
3 files changed, 0 insertions, 4 deletions
diff --git a/Help/manual/cmake-modules.7.rst b/Help/manual/cmake-modules.7.rst index 71a8b00..d9b939f 100644 --- a/Help/manual/cmake-modules.7.rst +++ b/Help/manual/cmake-modules.7.rst @@ -178,7 +178,6 @@ They are normally called through the :command:`find_package` command. /module/FindMPEG2 /module/FindMPEG /module/FindMPI - /module/FindOctave /module/FindODBC /module/FindOpenACC /module/FindOpenAL diff --git a/Help/module/FindOctave.rst b/Help/module/FindOctave.rst deleted file mode 100644 index 2dbcec4..0000000 --- a/Help/module/FindOctave.rst +++ /dev/null @@ -1 +0,0 @@ -.. cmake-module:: ../../Modules/FindOctave.cmake diff --git a/Help/release/3.14.rst b/Help/release/3.14.rst index 0246071..e4b4d38 100644 --- a/Help/release/3.14.rst +++ b/Help/release/3.14.rst @@ -216,8 +216,6 @@ Modules mirror the new options to the ``mex`` command in MATLAB R2018a. The option ``MX_LIBRARY`` is no longer needed. -* A :module:`FindOctave` module was added to find GNU octave. - * The :module:`FindPostgreSQL` module now provides imported targets. * The :module:`FindPython`, :module:`FindPython2`, and :module:`FindPython3` |