Hi,
is there a FindOCL.cmake code?
Regards,
Leo
The Orocos ProjectSmarter control in robotics & automation! |
|
FindOCL.cmake
Hi, is there a FindOCL.cmake code? Regards, Leo FindOCL.cmakeSubmitted by Klaas Gadeyne on Wed, 2008-02-20 15:55.
On Tue, Jan 22, 2008 at 5:42 PM, Peter Soetens <peter.soetens at fmtc [dot] be> wrote:
I just got bitten by the fact that this one only works if both rtt and
The attached patch solves that issue for me and renames orocos_install FindOCL.cmakeSubmitted by Klaas Gadeyne on Wed, 2008-02-20 16:00.
[...] As promised :-) Disclaimer: http://www.kuleuven.be/cwis/email_disclaimer.htm FindOCL.cmakeSubmitted by Klaas Gadeyne on Wed, 2008-02-20 16:00.
[...] As promised :-) Disclaimer: http://www.kuleuven.be/cwis/email_disclaimer.htm FindOCL.cmakeSubmitted by sspr on Thu, 2008-02-21 08:35.
On Wednesday 20 February 2008 16:52:16 Klaas Gadeyne wrote:
I was thinking about it to use OROCOS_INSTALL as the 'default' place to look
SET(ENV{PKG_CONFIG_PATH} "${KDL_INSTALL}/lib/pkgconfig/:
${OROCOS_INSTALL}/lib/pkgconfig")
MESSAGE( "Looking for KDL in: ${KDL_INSTALL} or ${OROCOS_INSTALL}")
PKGCONFIG( "orocos-kdl >= 1.0" KDL_FOUND KDL_INCLUDE_DIRS KDL_DEFINES
KDL_LINK_DIRS KDL_LIBS ) An alternative is: IF ( NOT KDL_INSTALL ) SET(KDL_INSTALL OROCOS_INSTALL CACHE STRING "KDL location (defaults to OROCOS_INSTALL") ENDIF(NOT KDL_INSTALL) This allows an application to find all libraries using: cmake -DOROCOS_INSTALL=/usr/local/orocos And add per-library settings if they are different... Better solution ? Peter FindOCL.cmakeSubmitted by klaas on Thu, 2008-02-21 10:25.
On Thu, 21 Feb 2008, Peter Soetens wrote:
[...]
I like the idea and I'm confident your cmake skills are far superior k
ps. As a side node, is there an easy way to debug such situations FindOCL.cmakeSubmitted by Klaas Gadeyne on Wed, 2008-02-20 15:55.
On Tue, Jan 22, 2008 at 5:42 PM, Peter Soetens <peter.soetens at fmtc [dot] be> wrote:
I just got bitten by the fact that this one only works if both rtt and
The attached patch solves that issue for me and renames orocos_install |
NavigationUser login |
FindOCL.cmake
On Monday 21 January 2008 18:08:09 Leopold Palomo-Avellaneda wrote:
> Hi,
>
> is there a FindOCL.cmake code?
See
<http://svn.mech.kuleuven.be/websvn/orocos/orocos-apps/template/config/FindComponents.cmake>
Which is part of the 'template' example application for RTT+OCL.
Peter