View Issue Details [ Jump to Notes ] | [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
0013931 | VTK | (No Category) | public | 2013-03-07 23:36 | 2013-03-08 11:12 | ||||
Reporter | Orion Poplawski | ||||||||
Assigned To | Marcus D. Hanwell | ||||||||
Priority | high | Severity | minor | Reproducibility | have not tried | ||||
Status | closed | Resolution | no change required | ||||||
Platform | OS | OS Version | |||||||
Product Version | |||||||||
Target Version | Fixed in Version | ||||||||
Summary | 0013931: VTKConfig.cmake contains build directory path | ||||||||
Description | 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? | ||||||||
Tags | No tags attached. | ||||||||
Project | TBD | ||||||||
Type | incorrect functionality | ||||||||
Attached Files | |||||||||
Relationships | |
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. |
Notes |
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 |
Issue History |
Copyright © 2000 - 2018 MantisBT Team |