You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ENH: Add detached vtkIECTransformLogic library to SlicerRT superbuild
This commit was authored by TrosnyogoSzakoca.
I just rebased it to current tip of master branch.
-Change existing code to use new library instead of vtkSlicerIECTransformLogic
-Delete old vtkSlicerIECTransformLogic
-Add new external cmake to superbuild folder
-Update CMakeLists
-Main problem: dll not found errors during SlicerRT startup
FIX: remove debug comment
FIX: try to mimick exactly the Plastimatch cmake structure
FIX: require package in every submodule, as done with plastimatch
FIX: make package was missing the external library vtkIEC
Commit by cpinter. Inspired from IGSIO library.
SET (${KIT}_INCLUDE_DIRS ${CMAKE_CURRENT_SOURCE_DIR}${CMAKE_CURRENT_BINARY_DIR}${vtkSlicerBeamsModuleMRML_INCLUDE_DIRS}CACHEINTERNAL"" FORCE)
23
+
SET (${KIT}_INCLUDE_DIRS ${CMAKE_CURRENT_SOURCE_DIR}${CMAKE_CURRENT_BINARY_DIR}${vtkSlicerBeamsModuleMRML_INCLUDE_DIRS}${vtkIECTransformLogic_INCLUDE_DIRS}CACHEINTERNAL"" FORCE)
if (!vtkMRMLTransformNode::IsGeneralTransformLinear(tableTopToTableTopEccentricRotationGeneralTransform, tableTopToTableTopEccentricRotationLinearTransform))
if (!vtkMRMLTransformNode::IsGeneralTransformLinear(patientSupportRotationToFixedReferenceGeneralTransform, patientSupportRotationToFixedReferenceLinearTransform))
0 commit comments