File tree Expand file tree Collapse file tree 2 files changed +21
-0
lines changed Expand file tree Collapse file tree 2 files changed +21
-0
lines changed Original file line number Diff line number Diff line change 1+ get_filename_component (BTpp_CMAKE_DIR "${CMAKE_CURRENT_LIST_FILE} " PATH )
2+ set (BTpp_INCLUDE_DIRS "@CONF_INCLUDE_DIRS@" )
3+
4+ # Our library dependencies (contains definitions for IMPORTED targets)
5+ if (NOT TARGET BTpp AND NOT BTpp_BINARY_DIR )
6+ include ("${BTpp_CMAKE_DIR} /BTppTargets.cmake" )
7+ endif ()
8+
9+ # These are IMPORTED targets created by YARPBTCoreargets.cmake
10+ set (BTpp_LIBRARIES BTppLib)
Original file line number Diff line number Diff line change 1+ set (PACKAGE_VERSION "@BTpp_VERSION@" )
2+
3+ # Check whether the requested PACKAGE_FIND_VERSION is compatible
4+ if ("${PACKAGE_VERSION} " VERSION_LESS "${PACKAGE_FIND_VERSION} " )
5+ set (PACKAGE_VERSION_COMPATIBLE FALSE )
6+ else ()
7+ set (PACKAGE_VERSION_COMPATIBLE TRUE )
8+ if ("${PACKAGE_VERSION} " VERSION_EQUAL "${PACKAGE_FIND_VERSION} " )
9+ set (PACKAGE_VERSION_EXACT TRUE )
10+ endif ()
11+ endif ()
You can’t perform that action at this time.
0 commit comments