MantisBT - VTK | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0011835 | VTK | (No Category) | public | 2011-02-10 03:18 | 2012-12-12 12:00 |
Reporter | Takuya OSHIMA | ||||
Assigned To | David Gobbi | ||||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Platform | OS | OS Version | |||
Product Version | |||||
Target Version | Fixed in Version | ||||
Project | |||||
Type | |||||
Summary | 0011835: vtkLocal and vtkMy examples do not build against VTK with Python wrapping | ||||
Description | When trying to configure vtkLocal with CMake I got an error CMake Error at CMakeLists.txt:125 (INCLUDE_DIRECTORIES): include_directories given empty-string as include directory. which was fixed by --- a/Examples/Build/vtkLocal/CMakeLists.txt +++ b/Examples/Build/vtkLocal/CMakeLists.txt @@ -122,8 +122,9 @@ IF(VTK_FOUND) # Create Python wrappers if VTK is wrapped in Python. IF(VTK_WRAP_PYTHON) - INCLUDE_DIRECTORIES("${PYTHON_INCLUDE_PATH}") + SET(VTK_WRAP_PYTHON_FIND_LIBS ON) INCLUDE(${VTK_CMAKE_DIR}/vtkWrapPython.cmake) + INCLUDE_DIRECTORIES("${PYTHON_INCLUDE_PATH}") VTK_WRAP_PYTHON3(${PROJECT_NAME}Python vtkLocalPYTHON_SRCS "${vtkLocal_SRCS}") ADD_LIBRARY(${PROJECT_NAME}PythonD ${vtkLocalPYTHON_SRCS}) ADD_LIBRARY(${PROJECT_NAME}Python MODULE ${PROJECT_NAME}PythonInit.cxx) The same applies to vtkMy. | ||||
Steps To Reproduce | |||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2011-02-10 03:18 | Takuya OSHIMA | New Issue | |||
2011-02-10 08:13 | David Partyka | Assigned To | => David Partyka | ||
2011-02-10 08:13 | David Partyka | Status | backlog => tabled | ||
2011-02-10 11:52 | David Gobbi | Assigned To | David Partyka => David Gobbi | ||
2011-02-10 12:53 | David Gobbi | Note Added: 0025378 | |||
2011-02-10 12:53 | David Gobbi | Status | tabled => @40@ | ||
2011-02-18 04:18 | Takuya OSHIMA | Note Added: 0025469 | |||
2011-02-18 08:32 | David Gobbi | Status | @40@ => @80@ | ||
2011-02-18 08:32 | David Gobbi | Resolution | open => fixed | ||
2011-06-16 13:12 | Zack Galbreath | Category | Development => (No Category) | ||
2012-12-12 12:00 | David Gobbi | Status | customer review => closed |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|