forked from orocos-toolchain/rtt
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix install path of boost/function_types: it should not be in 'rtt/'.
git-svn-id: https://svn.mech.kuleuven.be/repos/orocos/trunk/rtt@6615 ce417995-dfc9-0310-95a0-acdaff106893
- Loading branch information
psoetens
committed
Feb 19, 2007
1 parent
97e94b7
commit 8468724
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
FILE( GLOB CPPS [^.]*.cpp ) | ||
FILE( GLOB HPPS [^.]*.hpp ) | ||
|
||
GLOBAL_ADD_INCLUDE( rtt/boost/function_types ${HPPS}) | ||
GLOBAL_ADD_INCLUDE( boost/function_types ${HPPS}) | ||
GLOBAL_ADD_SRC( ${CPPS}) | ||
|
||
ADD_SUBDIRECTORY( detail ) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters