Skip to content

Commit

Permalink
ENH: patch for VTK 5.8, courtesy of Belhachemi et al.
Browse files Browse the repository at this point in the history
  • Loading branch information
barre committed Aug 3, 2011
1 parent 753932b commit 9030122
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,9 @@ if(KWWidgets_BUILD_VTK_WIDGETS)
if(NOT VTK_USE_TK)
message(FATAL_ERROR "Please set VTK_USE_TK to ON in VTK for KWWidgets_BUILD_VTK_WIDGETS to be ON as well.")
endif(NOT VTK_USE_TK)
if(VTK_TCL_INCLUDE_DIR)
include_directories("${VTK_TCL_INCLUDE_DIR}" "${VTK_TK_INCLUDE_DIR}")
endif(VTK_TCL_INCLUDE_DIR)
set(KWWidgets_SRCS ${KWWidgets_SRCS}
vtkKWColorPresetMenu.cxx
vtkKWColorTransferFunctionEditor.cxx
Expand Down

0 comments on commit 9030122

Please sign in to comment.