MantisBT - VTK
View Issue Details
0013931VTK(No Category)public2013-03-07 23:362013-03-08 11:12
Orion Poplawski 
Marcus D. Hanwell 
highminorhave not tried
closedno change required 
 
 
TBD
incorrect functionality
0013931: VTKConfig.cmake contains build directory path
VTKConfig.cmake ends up with A path that refer to the build directory that causes problems when building packages:

 # Load testing interface macros.
-include("@VTK_CONFIG_TESTING_MACROS_FILE@")
+include("/builddir/build/BUILD/ParaView-3.98.1-source/VTK/CMake/vtkTestingMacros.cmake")

Perhaps need to handle more like VTK_CONFIG_CODE?
No tags attached.
Issue History
2013-03-07 23:36Orion PoplawskiNew Issue
2013-03-08 00:11Utkarsh AyachitNote Added: 0030418
2013-03-08 00:24Orion PoplawskiNote Added: 0030419
2013-03-08 07:37Brad KingNote Added: 0030420
2013-03-08 11:12Marcus D. HanwellNote Added: 0030421
2013-03-08 11:12Marcus D. HanwellStatusbacklog => tabled
2013-03-08 11:12Marcus D. HanwellResolutionopen => no change required
2013-03-08 11:12Marcus D. HanwellNote Added: 0030422
2013-03-08 11:12Marcus D. HanwellStatustabled => closed
2013-03-08 11:12Marcus D. HanwellAssigned To => Marcus D. Hanwell

Notes
(0030418)
Utkarsh Ayachit   
2013-03-08 00:11   
I don't think this is a problem since the <VTKBinDir>/VTKConfig.cmake is meant for building projects against the build dir. We don't install this file. The file installed is <VTKBinDir>/CMakeFiles/VTKConfig.cmake which is used when building against an installed version of VTK.
(0030419)
Orion Poplawski   
2013-03-08 00:24   
This *is* the installed version of the file: /usr/share/cmake/paraview/VTKConfig.cmake
(0030420)
Brad King   
2013-03-08 07:37   
This was resolved in VTK master here:

 http://vtk.org/gitweb?p=VTK.git;a=commitdiff;h=bf3c1599 [^]
(0030421)
Marcus D. Hanwell   
2013-03-08 11:12   
As Brad pointed out, this was already fixed in VTK master.
(0030422)
Marcus D. Hanwell   
2013-03-08 11:12   
Closing, resolved in master already.