Skip to content

Commit

Permalink
Fix install path of boost/function_types: it should not be in 'rtt/'.
Browse files Browse the repository at this point in the history
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
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/boost/function_types/CMakeLists.txt
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 )
2 changes: 1 addition & 1 deletion src/boost/function_types/detail/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ FILE( GLOB CPPS [^.]*.cpp )
FILE( GLOB HPPS [^.]*.hpp )
FILE( GLOB INLS [^.]*.inl )

GLOBAL_ADD_INCLUDE( rtt/boost/function_types/detail ${HPPS} ${INLS})
GLOBAL_ADD_INCLUDE( boost/function_types/detail ${HPPS} ${INLS})
GLOBAL_ADD_SRC( ${CPPS})

0 comments on commit 8468724

Please sign in to comment.