diff options
Diffstat (limited to 'Modules/FindosgText.cmake')
-rw-r--r-- | Modules/FindosgText.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/FindosgText.cmake b/Modules/FindosgText.cmake index 57655b196..41683c728 100644 --- a/Modules/FindosgText.cmake +++ b/Modules/FindosgText.cmake @@ -42,7 +42,7 @@ # #include <osg/PositionAttitudeTransform> # #include <osgText/Text> -include(Findosg_functions) +include(${CMAKE_CURRENT_LIST_DIR}/Findosg_functions.cmake) OSG_FIND_PATH (OSGTEXT osgText/Text) OSG_FIND_LIBRARY(OSGTEXT osgText) |