diff options
Diffstat (limited to 'Modules/FindosgDB.cmake')
-rw-r--r-- | Modules/FindosgDB.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/FindosgDB.cmake b/Modules/FindosgDB.cmake index 76272aa67..1ed94a108 100644 --- a/Modules/FindosgDB.cmake +++ b/Modules/FindosgDB.cmake @@ -42,7 +42,7 @@ # #include <osg/PositionAttitudeTransform> # #include <osgDB/DatabasePager> -include(Findosg_functions) +include(${CMAKE_CURRENT_LIST_DIR}/Findosg_functions.cmake) OSG_FIND_PATH (OSGDB osgDB/DatabasePager) OSG_FIND_LIBRARY(OSGDB osgDB) |