File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 55# orocos_kdl_PKGCONFIG_DIR - directory containing the .pc pkgconfig files
66
77# Compute paths
8- get_filename_component (SELF_DIR "${CMAKE_CURRENT_LIST_FILE} " PATH )
9- set (orocos_kdl_INCLUDE_DIRS "@KDL_INCLUDE_DIRS@;@CMAKE_INSTALL_PREFIX@/include" )
8+ set (orocos_kdl_INCLUDE_DIRS "${CMAKE_CURRENT_LIST_DIR} /../../include;@Boost_INCLUDE_DIRS@;@Eigen_INCLUDE_DIR@" )
109
1110if (NOT TARGET orocos-kdl)
12- include ("${SELF_DIR } /OrocosKDLTargets.cmake" )
11+ include ("${CMAKE_CURRENT_LIST_DIR } /OrocosKDLTargets.cmake" )
1312endif ()
1413
1514set (orocos_kdl_LIBRARIES orocos-kdl)
1615
1716# where the .pc pkgconfig files are installed
18- set (orocos_kdl_PKGCONFIG_DIR "@CMAKE_INSTALL_PREFIX@ /lib/pkgconfig" )
17+ set (orocos_kdl_PKGCONFIG_DIR "${CMAKE_CURRENT_LIST_DIR} /../.. /lib/pkgconfig" )
You can’t perform that action at this time.
0 commit comments