Skip to content

Commit

Permalink
and fix building of globe plugin on linux - because the last commit b…
Browse files Browse the repository at this point in the history
…roke it
  • Loading branch information
jef-n committed Oct 3, 2012
1 parent 1ed1188 commit 2b5f754
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/plugins/globe/CMakeModules/FindOSG.cmake
Expand Up @@ -106,8 +106,8 @@ FIND_OSG_LIBRARY( OSGVIEWER_LIBRARY_DEBUG osgViewerd )
FIND_OSG_LIBRARY( OSGGA_LIBRARY osgGA )
FIND_OSG_LIBRARY( OSGGA_LIBRARY_DEBUG osgGAd )

FIND_OSG_LIBRARY( OSGQT_LIBRARY osgQT )
FIND_OSG_LIBRARY( OSGQT_LIBRARY_DEBUG osgQTd )
FIND_OSG_LIBRARY( OSGQT_LIBRARY osgQt )
FIND_OSG_LIBRARY( OSGQT_LIBRARY_DEBUG osgQtd )

FIND_OSG_LIBRARY( OSGWIDGET_LIBRARY osgWidget )
FIND_OSG_LIBRARY( OSGWIDGET_LIBRARY_DEBUG osgWidgetd )
Expand Down

0 comments on commit 2b5f754

Please sign in to comment.