diff options
Diffstat (limited to 'Modules/FindosgQt.cmake')
-rw-r--r-- | Modules/FindosgQt.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/FindosgQt.cmake b/Modules/FindosgQt.cmake index ddc91287b..c7e8fee64 100644 --- a/Modules/FindosgQt.cmake +++ b/Modules/FindosgQt.cmake @@ -43,7 +43,7 @@ # #include <osg/PositionAttitudeTransform> # #include <osgQt/GraphicsWindowQt> -include(Findosg_functions) +include(${CMAKE_CURRENT_LIST_DIR}/Findosg_functions.cmake) OSG_FIND_PATH (OSGQT osgQt/GraphicsWindowQt) OSG_FIND_LIBRARY(OSGQT osgQt) |