[vtk-developers] [VTK 0013931]: VTKConfig.cmake contains build directory path
Mantis Bug Tracker
mantis at public.kitware.com
Thu Mar 7 23:36:28 EST 2013
The following issue has been SUBMITTED.
======================================================================
http://paraview.org/Bug/view.php?id=13931
======================================================================
Reported By: Orion Poplawski
Assigned To:
======================================================================
Project: VTK
Issue ID: 13931
Category: (No Category)
Reproducibility: have not tried
Severity: minor
Priority: high
Status: backlog
Project: TBD
Type: incorrect functionality
Resolution: open
Fixed in Version:
======================================================================
Date Submitted: 2013-03-07 23:36 EST
Last Modified: 2013-03-07 23:36 EST
======================================================================
Summary: 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?
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
2013-03-07 23:36 Orion PoplawskiNew Issue
======================================================================
More information about the vtk-developers
mailing list