diff options
author | Brad King <brad.king@kitware.com> | 2019-02-27 12:57:03 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2019-02-27 12:57:03 (GMT) |
commit | e994e1f9cd7f520798be9b97ceeb75b946a64eb7 (patch) | |
tree | a6a038ae92090b17b4fffb831f2874e613daa7fc /Help | |
parent | 624ce2c8bef1a47b563f43144f3031c8b1c95a10 (diff) | |
parent | 7a1f3fe041c453101a913a0ef5b23922a86bd604 (diff) | |
download | CMake-e994e1f9cd7f520798be9b97ceeb75b946a64eb7.zip CMake-e994e1f9cd7f520798be9b97ceeb75b946a64eb7.tar.gz CMake-e994e1f9cd7f520798be9b97ceeb75b946a64eb7.tar.bz2 |
Merge branch 'FindOctave-remove' into release-3.14
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` |