diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2003-11-05 20:02:35 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2003-11-05 20:02:35 (GMT) |
commit | 6d193bc85c9ac9dc9b85ed8b1917c5b0aeb66c1b (patch) | |
tree | 0f2bc3b3026eebf087e6fb5e5b9a6a9e1f182761 /Utilities/Doxygen/CMakeLists.txt | |
parent | 34853be45a238b700201a8ff0245bfb124e6aded (diff) | |
download | CMake-6d193bc85c9ac9dc9b85ed8b1917c5b0aeb66c1b.zip CMake-6d193bc85c9ac9dc9b85ed8b1917c5b0aeb66c1b.tar.gz CMake-6d193bc85c9ac9dc9b85ed8b1917c5b0aeb66c1b.tar.bz2 |
ENH: Cleanup. We do not really need to use vtk for documentation. We only need utilities/doxygen directory
Diffstat (limited to 'Utilities/Doxygen/CMakeLists.txt')
-rw-r--r-- | Utilities/Doxygen/CMakeLists.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Utilities/Doxygen/CMakeLists.txt b/Utilities/Doxygen/CMakeLists.txt index 113421a..a185c2a 100644 --- a/Utilities/Doxygen/CMakeLists.txt +++ b/Utilities/Doxygen/CMakeLists.txt @@ -7,10 +7,6 @@ IF (BUILD_DOCUMENTATION) INCLUDE (${CMAKE_ROOT}/Modules/FindVTK.cmake) - IF (USE_VTK_FILE) - INCLUDE (${USE_VTK_FILE}) - ENDIF (USE_VTK_FILE) - # # Configure the script and the doxyfile, then add target # |