File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 80
80
set (WRAP_ITK_LIBNAME_PREFIX "" )
81
81
endif ()
82
82
83
- # generators dir
84
- set (GENERATORS_SRC_DIR "${WRAP_ITK_CMAKE_DIR} /Generators" CACHE INTERNAL "generators source directory" )
85
83
86
84
###############################################################################
87
85
# Define install files macro. If we are building WrapITK, the generated files
Original file line number Diff line number Diff line change @@ -278,7 +278,7 @@ macro(itk_setup_swig_python type base_name interface_file python_file cpp_file d
278
278
# "This version of exception.i should not be used"
279
279
-I${SWIG_DIR}/python
280
280
-I${SWIG_DIR}
281
- -I${GENERATORS_SRC_DIR}
281
+ -I${WRAP_ITK_CMAKE_DIR}/Generators
282
282
-I${WRAP_ITK_TYPEDEFS_DIRECTORY}/python
283
283
-I${WRAP_ITK_TYPEDEFS_DIRECTORY}
284
284
${WRAP_ITK_SWIG_ARGS_PYTHON}
You can’t perform that action at this time.
0 commit comments