Skip to content

Commit

Permalink
Merge pull request orocos-toolchain#99 from orocos-toolchain/feature/…
Browse files Browse the repository at this point in the history
…expose_package_prefix

cmake: also export the package install prefix
  • Loading branch information
meyerj committed Jun 30, 2015
2 parents 6169026 + 3de693f commit 951b314
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions UseOROCOS-RTT-helpers.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@ macro( orocos_find_package PACKAGE )
# The flags are space separated, so no need to quote here:
set(${PACKAGE}_CFLAGS_OTHER ${${PACKAGE}_COMP_${OROCOS_TARGET}_CFLAGS_OTHER})
set(${PACKAGE}_LDFLAGS_OTHER ${${PACKAGE}_COMP_${OROCOS_TARGET}_LDFLAGS_OTHER})
set(${PACKAGE}_PREFIX ${${PACKAGE}_COMP_${OROCOS_TARGET}_PREFIX})

else()
if(ORO_FIND_REQUIRED)
Expand Down

0 comments on commit 951b314

Please sign in to comment.