Skip to content

Commit 3bbd7ae

Browse files
committed
remove bad practice use of include_directory
1 parent 66d5970 commit 3bbd7ae

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

CMake/vtkMacroKitPythonWrap.cmake

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -226,8 +226,6 @@ macro(vtkMacroKitPythonWrap)
226226

227227
VTK_WRAP_PYTHON3(${MY_KIT_NAME}Python KitPython_SRCS "${TMP_WRAP_FILES}")
228228

229-
include_directories("${PYTHON_INCLUDE_PATH}")
230-
231229
if(${VTK_VERSION} VERSION_LESS "8.90")
232230

233231
# Create a python module that can be loaded dynamically. It links to

0 commit comments

Comments
 (0)