From 8468724b04751b77c01212056698427e46678f39 Mon Sep 17 00:00:00 2001 From: psoetens Date: Mon, 19 Feb 2007 16:40:20 +0000 Subject: [PATCH] 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 --- src/boost/function_types/CMakeLists.txt | 2 +- src/boost/function_types/detail/CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/boost/function_types/CMakeLists.txt b/src/boost/function_types/CMakeLists.txt index 2b465165f..d415e4867 100644 --- a/src/boost/function_types/CMakeLists.txt +++ b/src/boost/function_types/CMakeLists.txt @@ -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 ) \ No newline at end of file diff --git a/src/boost/function_types/detail/CMakeLists.txt b/src/boost/function_types/detail/CMakeLists.txt index 785b8e83b..d24212a02 100644 --- a/src/boost/function_types/detail/CMakeLists.txt +++ b/src/boost/function_types/detail/CMakeLists.txt @@ -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})