diff options
author | Brad King <brad.king@kitware.com> | 2003-01-21 20:03:56 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2003-01-21 20:03:56 (GMT) |
commit | 0b324df1bbfaa2139bfb0a4c0f6e25794d6c37e2 (patch) | |
tree | 3fda15355acc225b1df505c2cd9539eaccfec848 /Modules/FindVTK.cmake | |
parent | c3fe9fba56b6e344ad397f45cac5384418a935a2 (diff) | |
download | CMake-0b324df1bbfaa2139bfb0a4c0f6e25794d6c37e2.zip CMake-0b324df1bbfaa2139bfb0a4c0f6e25794d6c37e2.tar.gz CMake-0b324df1bbfaa2139bfb0a4c0f6e25794d6c37e2.tar.bz2 |
ENH: Updated documentation.
Diffstat (limited to 'Modules/FindVTK.cmake')
-rw-r--r-- | Modules/FindVTK.cmake | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Modules/FindVTK.cmake b/Modules/FindVTK.cmake index b4fa7e3..257b6b8 100644 --- a/Modules/FindVTK.cmake +++ b/Modules/FindVTK.cmake @@ -13,9 +13,6 @@ # VTK_LIBRARY_DIRS - Link directories for VTK libraries. # VTK_KITS - List of VTK kits, in all CAPS (COMMON, IO, ...). # VTK_LANGUAGES - List of wrapped languages, in all CAPS (TCL, ...). -# VTK_SETTINGS - List of all CMake variable settings provided by -# the version of VTK that was found. This list -# may include settings that are not listed here. # # The following cache entries must be set by the user to locate VTK: # |