소스 검색

ENH: Cleanup. We do not really need to use vtk for documentation. We only need utilities/doxygen directory

Andy Cedilnik 22 년 전
부모
커밋
6d193bc85c
1개의 변경된 파일0개의 추가작업 그리고 4개의 파일을 삭제
  1. 0 4
      Utilities/Doxygen/CMakeLists.txt

+ 0 - 4
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
   #