View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0013931VTK(No Category)public2013-03-07 23:362013-03-08 11:12
ReporterOrion Poplawski 
Assigned ToMarcus D. Hanwell 
PriorityhighSeverityminorReproducibilityhave not tried
StatusclosedResolutionno change required 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0013931: VTKConfig.cmake contains build directory path
DescriptionVTKConfig.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?
TagsNo tags attached.
ProjectTBD
Typeincorrect functionality
Attached Files

 Relationships

  Notes
(0030418)
Utkarsh Ayachit (administrator)
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 (reporter)
2013-03-08 00:24

This *is* the installed version of the file: /usr/share/cmake/paraview/VTKConfig.cmake
(0030420)
Brad King (developer)
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 (developer)
2013-03-08 11:12

As Brad pointed out, this was already fixed in VTK master.
(0030422)
Marcus D. Hanwell (developer)
2013-03-08 11:12

Closing, resolved in master already.

 Issue History
Date Modified Username Field Change
2013-03-07 23:36 Orion Poplawski New Issue
2013-03-08 00:11 Utkarsh Ayachit Note Added: 0030418
2013-03-08 00:24 Orion Poplawski Note Added: 0030419
2013-03-08 07:37 Brad King Note Added: 0030420
2013-03-08 11:12 Marcus D. Hanwell Note Added: 0030421
2013-03-08 11:12 Marcus D. Hanwell Status backlog => tabled
2013-03-08 11:12 Marcus D. Hanwell Resolution open => no change required
2013-03-08 11:12 Marcus D. Hanwell Note Added: 0030422
2013-03-08 11:12 Marcus D. Hanwell Status tabled => closed
2013-03-08 11:12 Marcus D. Hanwell Assigned To => Marcus D. Hanwell


Copyright © 2000 - 2018 MantisBT Team