Merge topic 'doc-FindITK-FindVTK-relnotes'

1550d97d Help: Update 3.1 release notes for dropping of FindITK and FindVTK
This commit is contained in:
Brad King 2014-11-07 11:08:57 -05:00 committed by CMake Topic Stage
commit 0ef2d5f805
1 changed files with 11 additions and 4 deletions

View File

@ -238,10 +238,6 @@ Modules
* The :module:`FindPkgConfig` module learned to use the ``PKG_CONFIG``
environment variable value as the ``pkg-config`` executable, if set.
* The :module:`FindVTK` module dropped support for finding VTK 4.0.
It is now a thin-wrapper around ``find_package(VTK ... NO_MODULE)``.
This produces much clearer error messages when VTK is not found.
* The :module:`FindZLIB` module now provides imported targets.
* The :module:`GenerateExportHeader` module ``generate_export_header``
@ -356,6 +352,17 @@ Deprecated and Removed Features
it is deprecated and should not longer be used. Use the
:variable:`CMAKE_<LANG>_COMPILER_VERSION` variable instead.
* The :module:`FindITK` module has been removed altogether.
It was a thin-wrapper around ``find_package(ITK ... NO_MODULE)``.
This produces much clearer error messages when ITK is not found.
* The :module:`FindVTK` module has been removed altogether.
It was a thin-wrapper around ``find_package(VTK ... NO_MODULE)``.
This produces much clearer error messages when VTK is not found.
The module also provided compatibility support for finding VTK 4.0.
This capability has been dropped.
Other Changes
=============