diff options
Diffstat (limited to 'Modules/FindosgGA.cmake')
-rw-r--r-- | Modules/FindosgGA.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/FindosgGA.cmake b/Modules/FindosgGA.cmake index fd9317d5e..e60f7f5a7 100644 --- a/Modules/FindosgGA.cmake +++ b/Modules/FindosgGA.cmake @@ -42,7 +42,7 @@ # #include <osg/PositionAttitudeTransform> # #include <osgGA/FlightManipulator> -include(Findosg_functions) +include(${CMAKE_CURRENT_LIST_DIR}/Findosg_functions.cmake) OSG_FIND_PATH (OSGGA osgGA/FlightManipulator) OSG_FIND_LIBRARY(OSGGA osgGA) |