Skip to content
Snippets Groups Projects

Fix build issues due to Python wrapping changes.

Merged Utkarsh Ayachit requested to merge utkarsh.ayachit/visitbridge:fix_build_issues into master
+ 5
2
Compare changes
  • Side-by-side
  • Inline
+ 5
2
@@ -175,6 +175,10 @@ set_source_files_properties(
${VISIT_DB_SOURCES}
WRAP_EXCLUDE
)
set_source_files_properties(
${VISIT_DB_SOURCES}
${VISIT_SERVER_SOURCES}
PROPERTIES WRAP_EXCLUDE_PYTHON 1)
set(vtkIOVisItBridge_INCLUDE_DIRS "${vtkIOVisItBridge_INCLUDE_DIRS};${CMAKE_CURRENT_SOURCE_DIR}/AvtAlgorithms")
vtk_module_library(vtkIOVisItBridge ${Module_SRCS} ${VISIT_DB_SOURCES})
@@ -208,4 +212,4 @@ endif(HAVE_LIBMILI AND VISIT_BUILD_READER_Mili)
if (VISIT_BUILD_READER_GMV)
vtk_opengl_link(vtkIOVisItBridge)
endif()
\ No newline at end of file
endif()
Loading