MantisBT - VTK
View Issue Details
0013243VTK(No Category)public2012-06-14 11:232014-10-02 09:58
Clinton Stimpson 
 
normalminorhave not tried
closednot fixable 
 
 
TBD
incorrect functionality
0013243: VTKTargets.cmake not portable
Some linux machines have /usr/lib/libGL.so and some may have /usr/lib/x86_64-linux-gnu/libGL.so.

The VTKTargets.cmake file is not portable between those systems, because it includes the full path to libGL.so. I cannot create a build of VTK and use it across multiple linux machines.
No tags attached.
Issue History
2012-06-14 11:23Clinton StimpsonNew Issue
2012-06-14 11:26Mathieu MalaterreNote Added: 0028694
2014-10-02 09:58Ben Boeckel (Kitware)Note Added: 0033428
2014-10-02 09:58Ben Boeckel (Kitware)Statusbacklog => closed
2014-10-02 09:58Ben Boeckel (Kitware)Resolutionopen => not fixable

Notes
(0028694)
Mathieu Malaterre   
2012-06-14 11:26   
Looks like an issue for cmake instead. See:

http://cmake.org/Bug/view.php?id=13233 [^]
(0033428)
Ben Boeckel (Kitware)   
2014-10-02 09:58   
Yeah, there's nothing VTK can do here; it's a CMake problem (VTK shouldn't know about every standard path on every distribution for libraries; projects like GoboLinux and Nix will just make it near-impossible to get this right).