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})