MantisBT - CMake
View Issue Details
0008905CMakeModulespublic2009-04-19 13:552016-06-10 14:30
Mathieu Malaterre 
Kitware Robot 
normalminorhave not tried
closedmoved 
CMake-2-6 
 
0008905: FindTIFF should link to jpeg library
The FindTiff module should pull dependencie to jpeg library. It will not work as such with static system tiff library.

Ref:
 $ ldd /usr/lib/libtiff.so
    linux-vdso.so.1 => (0x00007fffef9ff000)
    libjpeg.so.62 => /usr/lib/libjpeg.so.62 (0x00007f9fe751e000)
    libz.so.1 => /usr/lib/libz.so.1 (0x00007f9fe7307000)
    libm.so.6 => /lib/libm.so.6 (0x00007f9fe7083000)
    libc.so.6 => /lib/libc.so.6 (0x00007f9fe6d30000)
    /lib64/ld-linux-x86-64.so.2 (0x00007f9fe79c1000)
No tags attached.
Issue History
2009-04-19 13:55Mathieu MalaterreNew Issue
2009-07-18 01:49Philip LowmanStatusnew => assigned
2009-07-18 01:49Philip LowmanAssigned To => Philip Lowman
2009-08-29 21:31Philip LowmanNote Added: 0017235
2012-10-04 01:32Philip LowmanNote Added: 0031172
2012-10-04 01:32Philip LowmanAssigned ToPhilip Lowman =>
2012-10-04 01:32Philip LowmanStatusassigned => backlog
2016-06-10 14:27Kitware RobotNote Added: 0041544
2016-06-10 14:27Kitware RobotStatusbacklog => resolved
2016-06-10 14:27Kitware RobotResolutionopen => moved
2016-06-10 14:27Kitware RobotAssigned To => Kitware Robot
2016-06-10 14:30Kitware RobotStatusresolved => closed

Notes
(0017235)
Philip Lowman   
2009-08-29 21:31   
Is libtiff always built against libjpeg? It looks optional to me in their build scripts.
(0031172)
Philip Lowman   
2012-10-04 01:32   
Adding this issue to the backlog if anyone wants to work on it.
(0041544)
Kitware Robot   
2016-06-10 14:27   
Resolving issue as `moved`.

This issue tracker is no longer used. Further discussion of this issue may take place in the current CMake Issues page linked in the banner at the top of this page.