diff options
author | Brad King <brad.king@kitware.com> | 2019-02-26 19:12:34 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2019-02-26 19:12:34 (GMT) |
commit | 7a1f3fe041c453101a913a0ef5b23922a86bd604 (patch) | |
tree | 0178a4a23762d481747fbd7795e7f76d7614a114 /Help/manual/cmake-modules.7.rst | |
parent | e6897c72e7c59f7a0b82ed19c1bdb40d42f7adaa (diff) | |
download | CMake-7a1f3fe041c453101a913a0ef5b23922a86bd604.zip CMake-7a1f3fe041c453101a913a0ef5b23922a86bd604.tar.gz CMake-7a1f3fe041c453101a913a0ef5b23922a86bd604.tar.bz2 |
FindOctave: Remove module pending further work
The `FindOctave` module added by commit 170bcb6fdc (FindOctave: Add
module to find GNU octave, 2018-11-17, v3.14.0-rc1~283^2) has a few
problems in its implementation that need to be worked out before the
module can be included in a CMake release. These were missed during
review. Remove the module for now. It can be restored later with a
fresh review.
Issue: #18991
Diffstat (limited to 'Help/manual/cmake-modules.7.rst')
-rw-r--r-- | Help/manual/cmake-modules.7.rst | 1 |
1 files changed, 0 insertions, 1 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 |