We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 961a20f + 6bff4ff commit 9bfc81bCopy full SHA for 9bfc81b
1 file changed
Modules/Bridge/VtkGlue/wrapping/CMakeLists.txt
@@ -1,15 +1,3 @@
1
-# Forward include directories to CastXML
2
-foreach(_vtk_lib IN LISTS ITKVtkGlue_VTK_LIBRARIES)
3
- get_target_property(
4
- _vtk_lib_include_dirs
5
- ${_vtk_lib}
6
- INTERFACE_INCLUDE_DIRECTORIES
7
- )
8
- if(_vtk_lib_include_dirs)
9
- include_directories(${_vtk_lib_include_dirs})
10
- endif()
11
-endforeach()
12
-
13
itk_wrap_module(ITKVtkGlue)
14
if("${VTK_VERSION}" VERSION_LESS 7.0.0)
15
message(
@@ -28,15 +16,5 @@ else()
28
16
WRAPPER_SWIG_LIBRARY_FILES
29
17
"${CMAKE_CURRENT_SOURCE_DIR}/VtkGlue.i"
30
18
)
31
- set(
32
- WRAPPER_LIBRARY_DEPENDS
33
- ITKCommon
34
- ITKVTK
35
36
37
- WRAPPER_LIBRARY_LINK_LIBRARIES
38
- ${ITK_LIBRARIES}
39
- ${ITKVtkGlue_VTK_LIBRARIES}
40
41
19
itk_auto_load_and_end_wrap_submodules()
42
20
endif()
0 commit comments