Patches: Browse | Submit New | Admin

[#25726] FindQwt5.cmake uses platform specific tool (ldd)

Date:
2009-04-29 05:36
Priority:
3
Submitted By:
David MacMahon (davidm)
Assigned To:
Nobody (None)
Category:
None
State:
Open
Summary:
FindQwt5.cmake uses platform specific tool (ldd)

Detailed description
For qt4-qtruby-2.0.3, cmake/modules/FindQwt5.cmake uses a platform specific tool (ldd) to find the qwt libraries.  On
macosx systems, the equivalent to "ldd" is "otool -L".  I changed both occurrences of ``"ldd"''
to ``"otool" "-L"'' and it built OK on macosx 10.4, but that's still platform specific.  Unfortunately,
I don't know cmake well enough to know how to generalize this, but at least it's reported now.

Dave

Add A Comment: Notepad

Please login


Followup

No Followups Have Been Posted

Attached Files:

Name Description Download
No Files Currently Attached

Changes:

No Changes Have Been Made to This Item